comparison plugins/gaim-remote/remote.c @ 10344:5976491e07a7

[gaim-migrate @ 11554] Assorted silly compile warning fixes committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 11 Dec 2004 00:06:06 +0000
parents b4efa002dad8
children b4b9dabdd7c7
comparison
equal deleted inserted replaced
10343:ee4f477fc8cf 10344:5976491e07a7
757 static gboolean 757 static gboolean
758 plugin_load(GaimPlugin *plugin) 758 plugin_load(GaimPlugin *plugin)
759 { 759 {
760 #ifndef _WIN32 760 #ifndef _WIN32
761 GIOChannel *channel; 761 GIOChannel *channel;
762 char *buf; 762 char *buf = NULL;
763 763
764 if ((UI_fd = open_socket(&buf)) < 0) { 764 if ((UI_fd = open_socket(&buf)) < 0) {
765 gaim_notify_error(NULL, NULL, _("Unable to open socket"), buf); 765 gaim_notify_error(NULL, NULL, _("Unable to open socket"), buf);
766 g_free(buf); 766 g_free(buf);
767 return FALSE; 767 return FALSE;