diff options
author | Qball Cow <qball@qballcow.nl> | 2007-08-20 14:25:31 +0000 |
---|---|---|
committer | Qball Cow <qball@qballcow.nl> | 2007-08-20 14:25:31 +0000 |
commit | 0911b9309a4728b1f3fac666371a8b5f8f26590a (patch) | |
tree | a60cf228c8251c3708faceebf4f5d634eee31385 | |
parent | c09511f03de8c3c49b94a684ab70ec215f8208cb (diff) | |
download | mpd-0911b9309a4728b1f3fac666371a8b5f8f26590a.tar.gz mpd-0911b9309a4728b1f3fac666371a8b5f8f26590a.tar.xz mpd-0911b9309a4728b1f3fac666371a8b5f8f26590a.zip |
just testing
git-svn-id: https://svn.musicpd.org/mpd/branches/q-mpd@6771 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | src/ls.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -174,6 +174,7 @@ int lsPlaylists(int fd, char *utf8path) strcat(s, node->key); fdprintf(fd, "playlist: %s%s\n", dup, node->key); + fprintf(fd, "full path: %s\n", s); if(myStat(s, &data)) { fdprintf(fd, "mtime: %li\n", data.st_mtime); |