[Kazehakase-cvs] CVS update: kazehakase/src

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
Tue May 16 14:03:09 JST 2006


Index: kazehakase/src/kz-profile.c
diff -u kazehakase/src/kz-profile.c:1.20 kazehakase/src/kz-profile.c:1.21
--- kazehakase/src/kz-profile.c:1.20	Thu Apr  7 22:20:41 2005
+++ kazehakase/src/kz-profile.c	Tue May 16 14:03:09 2006
@@ -344,7 +344,7 @@
 	FILE *fio;
 	KzProfileList *p = NULL, *q, *r;
 
-	fio = fopen(file, "rt");
+	fio = g_fopen(file, "rt");
 	if (!fio)
 		return NULL;
 	while (fgets (buf, 256, fio))
@@ -489,7 +489,7 @@
 	if (!profile->edit) return TRUE;
 	if (!profile->file) return FALSE;
 
-	fio = fopen(profile->file, "wt");
+	fio = g_fopen(profile->file, "wt");
 	if (!fio) return FALSE;
 
 	/* when the profile was modified */


More information about the Kazehakase-cvs mailing list
Back to archive index