From 987192f02d6d983cd05b183ef8b83c935c5b8ba4 Mon Sep 17 00:00:00 2001
From: hackbard <hackbard>
Date: Mon, 21 Apr 2003 12:44:54 +0000
Subject: [PATCH] increased filename length from 32 to 256, we need this.

---
 mp3read.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
 
 /*
-- 
2.39.5