plugins/gaim-remote/remote.c

changeset 10589
4e10236e06d4
parent 10462
760c4796c9a9
child 10616
8e40aa90c4ae
equal deleted inserted replaced
10588:b66302d38f7d 10589:4e10236e06d4
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

mercurial