diff options
author | Qball Cow <qball@qballcow.nl> | 2007-08-20 14:30:38 +0000 |
---|---|---|
committer | Qball Cow <qball@qballcow.nl> | 2007-08-20 14:30:38 +0000 |
commit | 5f4878cddbd8b03d4fcef7fe9e37482729ec858d (patch) | |
tree | 20d8e93b543647bebd0b4aa5a3ebedf3a6b6eaa6 | |
parent | 77dc78b710dc7a1a118aec1414018149c9bba601 (diff) | |
download | mpd-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |