]> hackdaworld.org Git - my-code/mp3db.git/commitdiff
increased filename length from 32 to 256, we need this. master origin
authorhackbard <hackbard>
Mon, 21 Apr 2003 12:44:54 +0000 (12:44 +0000)
committerhackbard <hackbard>
Mon, 21 Apr 2003 12:44:54 +0000 (12:44 +0000)
mp3read.c

index 1e2a296c200bddb461a1803430e420e81c647e08..af6dfdd30494b55d8f9f88963e4edf3f65f6811f 100644 (file)
--- a/mp3read.c
+++ b/mp3read.c
@@ -18,7 +18,7 @@
 #define MAX_COMMENT 30
 #define MAX_GENRE 1
 
-#define MAX_FILENAME 32
+#define MAX_FILENAME 256
 
 
 /*