diff 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
line wrap: on
line diff
--- a/plugins/gaim-remote/remote.c	Fri Feb 11 03:51:26 2005 +0000
+++ b/plugins/gaim-remote/remote.c	Fri Feb 11 05:10:40 2005 +0000
@@ -798,7 +798,7 @@
 	g_snprintf(buf, sizeof(buf), "%s" G_DIR_SEPARATOR_S "gaim_%s.%d",
 			g_get_tmp_dir(), g_get_user_name(), gaim_session);
 
-	unlink(buf);
+	g_unlink(buf);
 
 	gaim_debug_misc("core", "Removed core\n");