Experimental RSS code.
[monky] / src / libmpdclient.c
index 27bd9ad..5e2c8e0 100644 (file)
@@ -300,6 +300,8 @@ static int mpd_parseWelcome(mpd_Connection * connection, const char * host, int
        char * test;
        int i;
 
+  rt = (char *)rt;
+
        if(strncmp(output,MPD_WELCOME_MESSAGE,strlen(MPD_WELCOME_MESSAGE))) {
                snprintf(connection->errorStr,MPD_BUFFER_MAX_LENGTH,
                                "mpd not running on port %i on host \"%s\"",