1
0
Fork 0
forked from len0rd/rockbox

Made mp3info set the path variable on the mp3entry struct. This fixes WPS Parse & File modes in playlist or dir playing.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1224 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jerome Kuptz 2002-06-27 07:18:13 +00:00
parent 2949df78a0
commit d15884fab2

View file

@ -507,7 +507,7 @@ mp3info(struct mp3entry *entry, char *filename)
return true;
memset(entry, 0, sizeof(struct mp3entry));
entry->path = filename;
entry->title = NULL;
entry->filesize = getfilesize(fd);
entry->id3v2len = getid3v2len(fd);