diff options
author | Qball Cow <qball@qballcow.nl> | 2007-08-20 14:29:06 +0000 |
---|---|---|
committer | Qball Cow <qball@qballcow.nl> | 2007-08-20 14:29:06 +0000 |
commit | 77dc78b710dc7a1a118aec1414018149c9bba601 (patch) | |
tree | 82c7c8a945db1ea2f0c9729ae6ee7e978a97af6b /src/ls.c | |
parent | 5eb8aec6d141cec328b4ebdd7776f30005f5466a (diff) | |
download | mpd-77dc78b710dc7a1a118aec1414018149c9bba601.tar.gz mpd-77dc78b710dc7a1a118aec1414018149c9bba601.tar.xz mpd-77dc78b710dc7a1a118aec1414018149c9bba601.zip |
just testing
git-svn-id: https://svn.musicpd.org/mpd/branches/q-mpd@6773 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/ls.c')
-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, PLAYLIST_FILE_SUFFIX); fdprintf(fd, "playlist: %s%s\n", dup, node->key); fdprintf(fd, "full path: %s\n", s); |