diff -r c8a9082d50d1 -r 5ab172aeeff2 libpurple/protocols/silc/chat.c --- a/libpurple/protocols/silc/chat.c Tue Feb 26 21:59:46 2013 -0500 +++ b/libpurple/protocols/silc/chat.c Sun Mar 03 18:35:43 2013 -0500 @@ -151,7 +151,7 @@ } if (channel->mode) { - g_string_append_printf(s, _("
Channel Modes: ")); + g_string_append(s, _("
Channel Modes: ")); silcpurple_get_chmode_string(channel->mode, tmp, sizeof(tmp)); g_string_append(s, tmp); } @@ -1225,7 +1225,7 @@ SilcChannelUser chu; SilcChannelEntry channel = NULL; SilcChannelPrivateKey key = NULL; - SilcUInt32 flags; + SilcMessageFlags flags; int ret = 0; char *msg2, *tmp; gboolean found = FALSE;