1
0
Fork 0
forked from len0rd/rockbox

Fix red builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9710 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Brandon Low 2006-04-17 20:55:53 +00:00
parent 5286c7ddb8
commit 7f5fb7bbd9

View file

@ -1035,10 +1035,12 @@ void adjust_mp3entry(struct mp3entry *entry, void *dest, void *orig)
entry->year_string += offset;
if (entry->composer)
entry->composer += offset;
#if CONFIG_CODEC == SWCODEC
if (entry->track_gain_string)
entry->track_gain_string += offset;
if (entry->album_gain_string)
entry->album_gain_string += offset;
#endif
}
void copy_mp3entry(struct mp3entry *dest, struct mp3entry *orig)