From: hackbard <hackbard>
Date: Mon, 21 Apr 2003 12:44:54 +0000 (+0000)
Subject: increased filename length from 32 to 256, we need this.
X-Git-Url: https://hackdaworld.org/gitweb/?a=commitdiff_plain;p=my-code%2Fmp3db.git

increased filename length from 32 to 256, we need this.
---

diff --git a/mp3read.c b/mp3read.c
index 1e2a296..af6dfdd 100644
--- 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
 
 
 /*