$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];