aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/screen_play.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_play.c b/src/screen_play.c
index 3478987b5..615472dcc 100644
--- a/src/screen_play.c
+++ b/src/screen_play.c
@@ -154,7 +154,7 @@ handle_save_playlist(screen_t *screen, mpdclient_t *c, char *name)
NULL,
NULL,
gcmp);
- filename=trim(filename);
+ filename=g_strstrip(filename);
/* destroy completion support */
wrln_pre_completion_callback = NULL;