src/gtkconv.c

changeset 10589
4e10236e06d4
parent 10572
c973b9872d1f
child 10639
93a238da08da
--- a/src/gtkconv.c	Fri Feb 11 03:51:26 2005 +0000
+++ b/src/gtkconv.c	Fri Feb 11 05:10:40 2005 +0000
@@ -869,7 +869,7 @@
 	FILE *fp;
 	const char *name;
 
-	if ((fp = fopen(filename, "w+")) == NULL) {
+	if ((fp = g_fopen(filename, "w+")) == NULL) {
 		gaim_notify_error(conv, NULL, _("Unable to open file."), NULL);
 		return;
 	}
@@ -2520,7 +2520,7 @@
 	const void *data;
 	size_t len;
 
-	if ((fp = fopen(filename, "wb")) == NULL) {
+	if ((fp = g_fopen(filename, "wb")) == NULL) {
 		gaim_notify_error(conv, NULL, _("Unable to open file."), NULL);
 		return;
 	}

mercurial