summaryrefslogtreecommitdiff
path: root/audio/mserv/patches/patch-aj
blob: ba6e77d13c4881b2920fe4386aceef8f0e7880bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aj,v 1.3 2002/10/03 15:46:58 abs Exp $

--- mserv/mp3info.h.orig	Thu Oct  3 16:10:22 2002
+++ mserv/mp3info.h
@@ -7,8 +7,8 @@
 
 typedef struct {
   int present:1;
-  char title[MP3ID3_TITLELEN+1];
-  char artist[MP3ID3_ARTISTLEN+1];
+  char title[NAMELEN+1];
+  char artist[AUTHORLEN+1];
   char album[MP3ID3_ALBUMLEN+1];
   char year[MP3ID3_YEARLEN+1];
   char comment[MP3ID3_COMMENTLEN+1];