summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index c48810c19c..3d8df3ec0b 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -342,7 +342,7 @@ static char* create_bookmark()
342 /* new optional bookmark token descriptors should be inserted 342 /* new optional bookmark token descriptors should be inserted
343 just before the "%s;%s" in this line... */ 343 just before the "%s;%s" in this line... */
344#if CONFIG_CODEC == SWCODEC 344#if CONFIG_CODEC == SWCODEC
345 ">%d;%d;%ld;%d;%ld;%d;%d;%d;%d;%s;%s", 345 ">%d;%d;%ld;%d;%ld;%d;%d;%ld;%ld;%s;%s",
346#else 346#else
347 ">%d;%d;%ld;%d;%ld;%d;%d;%s;%s", 347 ">%d;%d;%ld;%d;%ld;%d;%d;%s;%s",
348#endif 348#endif
@@ -360,8 +360,8 @@ static char* create_bookmark()
360 global_settings.playlist_shuffle, 360 global_settings.playlist_shuffle,
361 /* ...and their values should go here */ 361 /* ...and their values should go here */
362#if CONFIG_CODEC == SWCODEC 362#if CONFIG_CODEC == SWCODEC
363 sound_get_pitch(), 363 (long)sound_get_pitch(),
364 dsp_get_timestretch(), 364 (long)dsp_get_timestretch(),
365#endif 365#endif
366 /* more mandatory tokens */ 366 /* more mandatory tokens */
367 playlist_get_name(NULL, global_temp_buffer, 367 playlist_get_name(NULL, global_temp_buffer,