comparison src/conversation.c @ 6478:338147ea6896

[gaim-migrate @ 6991] Some compiler warning fixes for 64-bit platforms from Robot101. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 15 Aug 2003 22:16:44 +0000
parents ccfdf9f2cdd1
children 70d5122bc3ff
comparison
equal deleted inserted replaced
6477:a224dc78d10a 6478:338147ea6896
229 plugin_return = gaim_event_broadcast( 229 plugin_return = gaim_event_broadcast(
230 (type == GAIM_CONV_IM ? event_im_send : event_chat_send), 230 (type == GAIM_CONV_IM ? event_im_send : event_chat_send),
231 gc, 231 gc,
232 (type == GAIM_CONV_IM 232 (type == GAIM_CONV_IM
233 ? gaim_conversation_get_name(conv) 233 ? gaim_conversation_get_name(conv)
234 : (void *)gaim_chat_get_id(GAIM_CHAT(conv))), 234 : GINT_TO_POINTER(gaim_chat_get_id(GAIM_CHAT(conv)))),
235 &buffy); 235 &buffy);
236 236
237 if (buffy == NULL) { 237 if (buffy == NULL) {
238 g_free(buf2); 238 g_free(buf2);
239 g_free(buf); 239 g_free(buf);