aboutsummaryrefslogtreecommitdiffstats
path: root/src/mpdclient.c
diff options
context:
space:
mode:
authorAndreas Obergrusberger <tradiaz@yahoo.de>2006-08-05 16:00:29 +0000
committerAndreas Obergrusberger <tradiaz@yahoo.de>2006-08-05 16:00:29 +0000
commit2d0bc2a3f794ec9d974396e1b06a4b47849b551c (patch)
treefb5de3cfde27a19739cc90fc8422394635fa2f6e /src/mpdclient.c
parenta2ccb7365b8b20ad352a79611cba275506d93c7b (diff)
downloadmpd-2d0bc2a3f794ec9d974396e1b06a4b47849b551c.tar.gz
mpd-2d0bc2a3f794ec9d974396e1b06a4b47849b551c.tar.xz
mpd-2d0bc2a3f794ec9d974396e1b06a4b47849b551c.zip
translation updates, template and german. another little build fix
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4562 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/mpdclient.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mpdclient.c b/src/mpdclient.c
index d950e254d..5697bd85d 100644
--- a/src/mpdclient.c
+++ b/src/mpdclient.c
@@ -63,6 +63,8 @@ error_cb(mpdclient_t *c, gint error, gchar *msg)
}
#ifdef DEBUG
+// Unused ath the moment
+/*
#include "strfsong.h"
static gchar *
@@ -73,7 +75,7 @@ get_song_name(mpd_Song *song)
strfsong(name, 256, "[%artist% - ]%title%|%file%", song);
return name;
}
-
+*/
#endif
/****************************************************************************/