summaryrefslogtreecommitdiff
path: root/firmware/id3.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-03-10 18:25:40 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-03-10 18:25:40 +0000
commit2c07e78efc0e8ab7150eef7ae92af32b2389146a (patch)
tree3c599a72a1ad318f3deaaf6d02334c4f0c936a0f /firmware/id3.c
parent6475aa0c85fcca7a37a7aa4316173270fcb6d038 (diff)
Don't accidentally add Xing headers to CBR files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3419 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/id3.c')
-rw-r--r--firmware/id3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/id3.c b/firmware/id3.c
index ab638807c3..96b660658d 100644
--- a/firmware/id3.c
+++ b/firmware/id3.c
@@ -497,7 +497,7 @@ static int getsonglength(int fd, struct mp3entry *entry)
entry->has_toc = info.has_toc;
memcpy(entry->toc, info.toc, sizeof(info.toc));
- entry->xing_header_pos = info.xing_header_pos;
+ entry->vbr_header_pos = info.vbr_header_pos;
/* Update the seek point for the first playable frame */
entry->first_frame_offset = bytecount;