pidgin: a24b2977: make this compile

khc at pidgin.im khc at pidgin.im
Wed May 21 00:16:55 EDT 2008


-----------------------------------------------------------------
Revision: a24b297798c280b186d6d23946a291c6d967485d
Ancestor: 4f00ea617df3c000b6eb237b4139b89e5d8170a3
Author: khc at pidgin.im
Date: 2008-05-21T04:13:12
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/a24b297798c280b186d6d23946a291c6d967485d

Modified files:
        libpurple/protocols/jabber/message.c

ChangeLog: 

make this compile


-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/message.c	99dd27ee62b1e5bbbf0024c30d478c20c7f9b531
+++ libpurple/protocols/jabber/message.c	1cf8a8c3a5b3799261f1efa1d3888e3732063fb0
@@ -416,7 +416,7 @@ void jabber_message_parse(JabberStream *
 			if(!jm->error)
 				jm->error = g_strdup_printf("%s%s%s",
 						text ? text : "",
-						text && code_text ? " " : "",
+						text && code_txt ? " " : "",
 						code_txt ? code_txt : "");
 
 			g_free(code_txt);


More information about the Commits mailing list