aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ls.c b/src/ls.c
index 360a85c0a..390ac88b9 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -172,6 +172,7 @@ int lsPlaylists(int fd, char *utf8path)
strcpy(s, actualPath);
strcat(s, "/");
strcat(s, node->key);
+ strcat(s, PLAYLIST_FILE_SUFFIX);
fdprintf(fd, "playlist: %s%s\n", dup, node->key);
fdprintf(fd, "full path: %s\n", s);