aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index 878a1e44a..360a85c0a 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -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);