summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 8fbc793bda..204ebb9ff5 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1068,7 +1068,7 @@ bool bookmark_play(char *resume_file, int index, int offset, int seed,
1068 lastdir[0]='\0'; 1068 lastdir[0]='\0';
1069 if (playlist_create(resume_file, NULL) != -1) 1069 if (playlist_create(resume_file, NULL) != -1)
1070 { 1070 {
1071 char* peek_filename; 1071 const char* peek_filename;
1072 resume_directory(resume_file); 1072 resume_directory(resume_file);
1073 if (global_settings.playlist_shuffle) 1073 if (global_settings.playlist_shuffle)
1074 playlist_shuffle(seed, -1); 1074 playlist_shuffle(seed, -1);