summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 543e89331a..3234e77d9b 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -972,7 +972,7 @@ static bool play_bookmark(const char* bookmark)
972 if (!warn_on_pl_erase()) 972 if (!warn_on_pl_erase())
973 return false; 973 return false;
974 return bookmark_play(global_temp_buffer, bm.resume_index, 974 return bookmark_play(global_temp_buffer, bm.resume_index,
975 bm.resume_offset, bm.resume_seed, global_filename); 975 bm.resume_time, bm.resume_offset, bm.resume_seed, global_filename);
976 } 976 }
977 977
978 return false; 978 return false;