From b233c145fa28f2a9e90a40993bc35f408d256e08 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 25 Jul 2010 13:18:57 +0200 Subject: {queue,song}_print: print relative paths if possible If a song with an absolute path points inside the music directory, print only the relative part. This happens when partial songs from a playlist file were loaded. --- src/queue_print.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/queue_print.c') diff --git a/src/queue_print.c b/src/queue_print.c index 3b49dee61..53ddfb689 100644 --- a/src/queue_print.c +++ b/src/queue_print.c @@ -24,6 +24,7 @@ #include "song_print.h" #include "locate.h" #include "client.h" +#include "mapper.h" /** * Send detailed information about a range of songs in the queue to a -- cgit v1.2.3