comparison 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
comparison
equal deleted inserted replaced
12316:d5088e83fe0c 12317:1baf4cbcf84d
148 } 148 }
149 149
150 if (channel->mode) { 150 if (channel->mode) {
151 g_string_append_printf(s, _("<br><b>Channel Modes:</b> ")); 151 g_string_append_printf(s, _("<br><b>Channel Modes:</b> "));
152 silcgaim_get_chmode_string(channel->mode, tmp, sizeof(tmp)); 152 silcgaim_get_chmode_string(channel->mode, tmp, sizeof(tmp));
153 g_string_append_printf(s, tmp); 153 g_string_append(s, tmp);
154 } 154 }
155 155
156 if (channel->founder_key) { 156 if (channel->founder_key) {
157 char *fingerprint, *babbleprint; 157 char *fingerprint, *babbleprint;
158 unsigned char *pk; 158 unsigned char *pk;