23a1a784c9
Fix parsing of ID3v1 data, fix some off by one malloc()s and default album author to tracks' author.
21 lines
514 B
Text
21 lines
514 B
Text
$NetBSD: patch-ad,v 1.6 2004/02/20 00:41:16 abs Exp $
|
|
|
|
--- mserv/defines.h.orig Sun Aug 3 15:57:20 2003
|
|
+++ mserv/defines.h
|
|
@@ -1,3 +1,7 @@
|
|
+#ifndef PATH_MPG123
|
|
+#define PATH_MPG123 BINDIR "/mpg123"
|
|
+#endif
|
|
+
|
|
/* maximum amount to queue in each output buffer */
|
|
#define OUTBUFLEN 32*1024
|
|
|
|
@@ -39,7 +43,7 @@
|
|
#define MISCINFOLEN 128
|
|
|
|
/* maximum number of tracks in each album */
|
|
-#define TRACKSPERALBUM 200
|
|
+#define TRACKSPERALBUM 250
|
|
|
|
/* maximum language line length */
|
|
#define LANGLINELEN 1024
|