1
0
Fork 0
forked from len0rd/rockbox

More buffer size fixes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1362 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-07-15 23:05:44 +00:00
parent 377725fefe
commit cfc56d53a3

View file

@ -19,8 +19,10 @@
#ifndef ID3_H
#define ID3_H
#include "file.h"
struct mp3entry {
char path[256];
char path[MAX_PATH];
char *title;
char *artist;
char *album;