From 8943d88a35cfd2f595c6c704e73fc78ac74c6d8a Mon Sep 17 00:00:00 2001 From: michux Date: Thu, 3 Apr 2008 15:59:11 +0000 Subject: update charset for Crystalfontz Model 632 and 634 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@864 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugin_mpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin_mpd.c') 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) -- cgit v1.2.3