aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQball Cow <qball@qballcow.nl>2007-08-20 14:30:38 +0000
committerQball Cow <qball@qballcow.nl>2007-08-20 14:30:38 +0000
commit5f4878cddbd8b03d4fcef7fe9e37482729ec858d (patch)
tree20d8e93b543647bebd0b4aa5a3ebedf3a6b6eaa6
parent77dc78b710dc7a1a118aec1414018149c9bba601 (diff)
downloadmpd-5f4878cddbd8b03d4fcef7fe9e37482729ec858d.tar.gz
mpd-5f4878cddbd8b03d4fcef7fe9e37482729ec858d.tar.xz
mpd-5f4878cddbd8b03d4fcef7fe9e37482729ec858d.zip
just testing3
git-svn-id: https://svn.musicpd.org/mpd/branches/q-mpd@6774 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--src/ls.c1
1 files changed, 1 insertions, 0 deletions
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);