diff src/protocols/silc/chat.c @ 12317:1baf4cbcf84d

[gaim-migrate @ 14621] Warning fixes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Dec 2005 17:47:05 +0000
parents 4d3119205a33
children b704e60fe5de
line wrap: on
line diff
--- a/src/protocols/silc/chat.c	Sun Dec 04 17:44:01 2005 +0000
+++ b/src/protocols/silc/chat.c	Sun Dec 04 17:47:05 2005 +0000
@@ -150,7 +150,7 @@
 	if (channel->mode) {
 		g_string_append_printf(s, _("<br><b>Channel Modes:</b> "));
 		silcgaim_get_chmode_string(channel->mode, tmp, sizeof(tmp));
-		g_string_append_printf(s, tmp);
+		g_string_append(s, tmp);
 	}
 
 	if (channel->founder_key) {