summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 8dede37d38..572eb26456 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -1999,7 +1999,7 @@ int playlist_insert_playlist(struct playlist_info* playlist, char *filename,
1999#endif 1999#endif
2000 break; 2000 break;
2001 2001
2002 if (temp_buf[0] != '#' || temp_buf[0] != '\0') 2002 if (temp_buf[0] != '#' && temp_buf[0] != '\0')
2003 { 2003 {
2004 int insert_pos; 2004 int insert_pos;
2005 2005