diff libpurple/protocols/jabber/message.c @ 23082:cd007fd9cf83

make this compile
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 21 May 2008 04:13:12 +0000
parents 16bdfbe5b0b4
children 4ac5db6e39f3 26eabe8e739b
line wrap: on
line diff
--- a/libpurple/protocols/jabber/message.c	Wed May 21 01:59:38 2008 +0000
+++ b/libpurple/protocols/jabber/message.c	Wed May 21 04:13:12 2008 +0000
@@ -416,7 +416,7 @@
 			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);