summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/metadata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata.c b/apps/metadata.c
index 92e400ab78..f9c4e9441f 100644
--- a/apps/metadata.c
+++ b/apps/metadata.c
@@ -1750,7 +1750,7 @@ static bool get_sid_metadata(int fd, struct mp3entry* id3)
1750 buf[0x36+0x1f] = 0; 1750 buf[0x36+0x1f] = 0;
1751 p = iso_decode(&buf[0x36], p, 0, strlen(&buf[0x36])+1); 1751 p = iso_decode(&buf[0x36], p, 0, strlen(&buf[0x36])+1);
1752 1752
1753 /* Copy Album (assumed max 4 letters + 1 zero byte) */ 1753 /* Copy Year (assumed max 4 letters + 1 zero byte) */
1754 buf[0x56+0x4] = 0; 1754 buf[0x56+0x4] = 0;
1755 id3->year = atoi(&buf[0x56]); 1755 id3->year = atoi(&buf[0x56]);
1756 1756