|
|
Rockbox mail archiveSubject: A typo in apps/metadata/id3tags.c, r31321 ?A typo in apps/metadata/id3tags.c, r31321 ?
From: Al Le <al.le_at_gmx.de>
Date: Sat, 17 Dec 2011 16:19:06 +0100
Is it a typo or an intended code (it occurs twice)?
cuesheet_offset += cuesheet_offset+1;
Shouldn't it be "cuesheet_offset += 1;"?
Or is the code correct because it is in the branch for UTF16, i.e. two
I'm just asking for the case.
Page was last modified "Jan 10 2012" The Rockbox Crew |