aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQball Cow <qball@qballcow.nl>2007-08-20 14:25:31 +0000
committerQball Cow <qball@qballcow.nl>2007-08-20 14:25:31 +0000
commit0911b9309a4728b1f3fac666371a8b5f8f26590a (patch)
treea60cf228c8251c3708faceebf4f5d634eee31385 /src
parentc09511f03de8c3c49b94a684ab70ec215f8208cb (diff)
downloadmpd-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
Diffstat (limited to 'src')
-rw-r--r--src/ls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ls.c b/src/ls.c
index a01dd0872..878a1e44a 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -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);