diff options
Diffstat (limited to 'src/ls.c')
-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); |