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:
parent
5286c7ddb8
commit
7f5fb7bbd9
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue