forked from len0rd/rockbox
correct comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12518 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fab0184870
commit
9d3ccba765
1 changed files with 1 additions and 1 deletions
|
@ -1750,7 +1750,7 @@ static bool get_sid_metadata(int fd, struct mp3entry* id3)
|
||||||
buf[0x36+0x1f] = 0;
|
buf[0x36+0x1f] = 0;
|
||||||
p = iso_decode(&buf[0x36], p, 0, strlen(&buf[0x36])+1);
|
p = iso_decode(&buf[0x36], p, 0, strlen(&buf[0x36])+1);
|
||||||
|
|
||||||
/* Copy Album (assumed max 4 letters + 1 zero byte) */
|
/* Copy Year (assumed max 4 letters + 1 zero byte) */
|
||||||
buf[0x56+0x4] = 0;
|
buf[0x56+0x4] = 0;
|
||||||
id3->year = atoi(&buf[0x56]);
|
id3->year = atoi(&buf[0x56]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue