diff options
author | Qball Cow <qball@qballcow.nl> | 2007-08-20 14:26:46 +0000 |
---|---|---|
committer | Qball Cow <qball@qballcow.nl> | 2007-08-20 14:26:46 +0000 |
commit | 5eb8aec6d141cec328b4ebdd7776f30005f5466a (patch) | |
tree | df9003c1a48b1ba4da55f56222f1474cd8dd0547 | |
parent | 0911b9309a4728b1f3fac666371a8b5f8f26590a (diff) | |
download | mpd-5eb8aec6d141cec328b4ebdd7776f30005f5466a.tar.gz mpd-5eb8aec6d141cec328b4ebdd7776f30005f5466a.tar.xz mpd-5eb8aec6d141cec328b4ebdd7776f30005f5466a.zip |
just testing
git-svn-id: https://svn.musicpd.org/mpd/branches/q-mpd@6772 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +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); + fdprintf(fd, "full path: %s\n", s); if(myStat(s, &data)) { fdprintf(fd, "mtime: %li\n", data.st_mtime); |