summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--playlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/playlist.c b/playlist.c
index 09391152..c399c56a 100644
--- a/playlist.c
+++ b/playlist.c
@@ -1271,7 +1271,6 @@ pl_insert_pls (playItem_t *after, const char *fname, int *pabort, int (*cb)(play
n = e-p;
n = min (n, sizeof (length)-1);
memcpy (length, p, n);
- break;
}
else {
trace ("invalid entry in pls file: %s\n", p);