changeset 23084:cd007fd9cf83

make this compile
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 21 May 2008 04:13:12 +0000
parents 69796bbe7a6d
children 02ef6c5c6650
files libpurple/protocols/jabber/message.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);