From edf58d9e2987d1a3b2c31aa1ce0378eaa805cced Mon Sep 17 00:00:00 2001 From: markwkidd Date: Wed, 7 Dec 2016 16:08:09 -0500 Subject: [PATCH] Update playlist.c --- playlist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/playlist.c b/playlist.c index 43a33078e9..c777fe11a4 100644 --- a/playlist.c +++ b/playlist.c @@ -468,7 +468,6 @@ static bool playlist_read_file( */ if(last = strrchr(buf[i], '\r')) *last = '\0'; - *last = '\0'; else if(last = strrchr(buf[i], '\n')) *last = '\0'; }