comparison src/server.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 fb64cc87bc96
children b808f9734879
comparison
equal deleted inserted replaced
6477:a224dc78d10a 6478:338147ea6896
613 char *buffy = message && *message ? g_strdup(message) : NULL; 613 char *buffy = message && *message ? g_strdup(message) : NULL;
614 614
615 if (g != NULL && g->prpl != NULL) 615 if (g != NULL && g->prpl != NULL)
616 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(g->prpl); 616 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(g->prpl);
617 617
618 gaim_event_broadcast(event_chat_send_invite, g, (void *)id, name, &buffy); 618 gaim_event_broadcast(event_chat_send_invite, g, id, name, &buffy);
619 619
620 if (prpl_info && g_list_find(gaim_connections_get_all(), g) && prpl_info->chat_invite) 620 if (prpl_info && g_list_find(gaim_connections_get_all(), g) && prpl_info->chat_invite)
621 prpl_info->chat_invite(g, id, buffy, name); 621 prpl_info->chat_invite(g, id, buffy, name);
622 622
623 if (buffy) 623 if (buffy)