Bug fix from r25577. Oops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25582 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ef30d7ef71
commit
bbbf5290a5
1 changed files with 2 additions and 2 deletions
|
@ -342,9 +342,9 @@ static char* create_bookmark()
|
|||
/* new optional bookmark token descriptors should be inserted
|
||||
just before the "%s;%s" in this line... */
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
">%d;%d;%ld;%d;%ld;%d;%d;%s;%s",
|
||||
#else
|
||||
">%d;%d;%ld;%d;%ld;%d;%d;%d;%d;%s;%s",
|
||||
#else
|
||||
">%d;%d;%ld;%d;%ld;%d;%d;%s;%s",
|
||||
#endif
|
||||
/* ... their flags should go here ... */
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
|
|
Loading…
Reference in a new issue