From 77dc78b710dc7a1a118aec1414018149c9bba601 Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Mon, 20 Aug 2007 14:29:06 +0000 Subject: just testing git-svn-id: https://svn.musicpd.org/mpd/branches/q-mpd@6773 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/ls.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3