summaryrefslogtreecommitdiffstats
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rwxr-xr-x[-rw-r--r--]apps/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 42c0d8b7c5..c5e2e83462 100644..100755
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -3463,7 +3463,7 @@ int playlist_save(struct playlist_info* playlist, char *filename)
/* use current working directory as base for pathname */
if (format_track_path(path, filename, sizeof(tmp_buf),
- strlen(filename)+1, '/') < 0)
+ strlen(filename)+1, "/") < 0)
return -1;
/* can ignore volatile here, because core_get_data() is called later */