diff src/gtkimhtml.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 77ef3f2f0df8
children 9887014b7390
line wrap: on
line diff
--- a/src/gtkimhtml.c	Fri Feb 11 03:51:26 2005 +0000
+++ b/src/gtkimhtml.c	Fri Feb 11 05:10:40 2005 +0000
@@ -153,7 +153,7 @@
 
 	gaim_debug_info("imhtml clipboard", "from clipboard: %s\n", clipboard);
 
-	fd = fopen("e:\\gaimcb.txt", "wb");
+	fd = g_fopen("e:\\gaimcb.txt", "wb");
 	fprintf(fd, "%s", clipboard);
 	fclose(fd);
 #endif