diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/playlist_save.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/playlist_save.c b/src/playlist_save.c index 122eca332..334159e0d 100644 --- a/src/playlist_save.c +++ b/src/playlist_save.c @@ -137,7 +137,8 @@ playlist_load_spl(struct playlist *playlist, struct player_control *pc, *p = '/'; p++; } - if ((playlist_append_uri(playlist, pc, temp, NULL)) != PLAYLIST_RESULT_SUCCESS) { + if ((playlist_append_uri(playlist, pc, temp2, + NULL)) != PLAYLIST_RESULT_SUCCESS) { g_warning("can't add file \"%s\"", temp2); } g_free(temp2); |