aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_mpd.c
diff options
context:
space:
mode:
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-04-03 15:59:11 +0000
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-04-03 15:59:11 +0000
commit8943d88a35cfd2f595c6c704e73fc78ac74c6d8a (patch)
treebf44c8f1c6371ae23eab80d668d9eac727ad62b9 /plugin_mpd.c
parentf8e1cb6dfad58e737503840353ba9713409907b7 (diff)
downloadlcd4linux-8943d88a35cfd2f595c6c704e73fc78ac74c6d8a.tar.gz
update charset for Crystalfontz Model 632 and 634
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@864 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin_mpd.c')
-rw-r--r--plugin_mpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin_mpd.c b/plugin_mpd.c
index b644a8a..0aaeae0 100644
--- a/plugin_mpd.c
+++ b/plugin_mpd.c
@@ -208,13 +208,13 @@ static int mpd_update()
if (conn == NULL || conn->error) {
if (conn) {
if (errorcnt < ERROR_DISPLAY)
- debug("[MPD] Error: [%s], try to reconnect to [%s]:[%i]\n", conn->errorStr, host, iport);
+ debug("[MPD] Error: [%s], try to reconnect to [%s]:[%i]\n", conn->errorStr, host, iport);
mpd_closeConnection(conn);
} else
debug("[MPD] initialize connect to [%s]:[%i]\n", host, iport);
conn = mpd_newConnection(host, iport, TIMEOUT_IN_S);
- if (conn->error) {
+ if (conn->error) {
if (errorcnt < ERROR_DISPLAY)
error("[MPD] connection failed, give up...");
if (errorcnt == ERROR_DISPLAY)