From 5f4878cddbd8b03d4fcef7fe9e37482729ec858d Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Mon, 20 Aug 2007 14:30:38 +0000 Subject: just testing3 git-svn-id: https://svn.musicpd.org/mpd/branches/q-mpd@6774 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 390ac88b9..2e17654b5 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,"."); strcat(s, PLAYLIST_FILE_SUFFIX); fdprintf(fd, "playlist: %s%s\n", dup, node->key); -- cgit v1.2.3