comparison plugins/gaim-remote/remote.c @ 10589:0f7452b1f777

[gaim-migrate @ 11994] Use GLib 2.6's gstdio functions. This should fix gaim not liking non-ascii filenames in win32. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 11 Feb 2005 05:10:40 +0000
parents f7b32dd67bdf
children e874feeb91e3
comparison
equal deleted inserted replaced
10588:529111933c9c 10589:0f7452b1f777
796 close(UI_fd); 796 close(UI_fd);
797 797
798 g_snprintf(buf, sizeof(buf), "%s" G_DIR_SEPARATOR_S "gaim_%s.%d", 798 g_snprintf(buf, sizeof(buf), "%s" G_DIR_SEPARATOR_S "gaim_%s.%d",
799 g_get_tmp_dir(), g_get_user_name(), gaim_session); 799 g_get_tmp_dir(), g_get_user_name(), gaim_session);
800 800
801 unlink(buf); 801 g_unlink(buf);
802 802
803 gaim_debug_misc("core", "Removed core\n"); 803 gaim_debug_misc("core", "Removed core\n");
804 804
805 return TRUE; 805 return TRUE;
806 #else 806 #else