diff 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
line wrap: on
line diff
--- a/src/server.c	Fri Aug 15 17:57:12 2003 +0000
+++ b/src/server.c	Fri Aug 15 22:16:44 2003 +0000
@@ -615,7 +615,7 @@
 	if (g != NULL && g->prpl != NULL)
 		prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(g->prpl);
 
-	gaim_event_broadcast(event_chat_send_invite, g, (void *)id, name, &buffy);
+	gaim_event_broadcast(event_chat_send_invite, g, id, name, &buffy);
 
 	if (prpl_info && g_list_find(gaim_connections_get_all(), g) && prpl_info->chat_invite)
 		prpl_info->chat_invite(g, id, buffy, name);