From 6dbe772eb7af89e79d8da5122b3406b7da2b2c79 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sat, 17 Feb 2007 08:46:32 +0000 Subject: FS#6651 - Improved id3 comment extraction. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12344 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/id3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/id3.h') diff --git a/firmware/export/id3.h b/firmware/export/id3.h index 721de9030c..367854fdd1 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -186,7 +186,7 @@ struct mp3entry { /* these following two fields are used for local buffering */ char id3v2buf[300]; - char id3v1buf[3][92]; + char id3v1buf[4][92]; /* resume related */ unsigned long offset; /* bytes played */ -- cgit v1.2.3