# HG changeset patch # User Ka-Hing Cheung # Date 1211343192 0 # Node ID cd007fd9cf83327ec31220f03cb7b258e462c403 # Parent 69796bbe7a6d4e51b2cbe86c74a9af1c05f109f7 make this compile diff -r 69796bbe7a6d -r cd007fd9cf83 libpurple/protocols/jabber/message.c --- 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);