src/protocols/sametime/sametime.c

changeset 13158
3b4295931fd6
parent 13107
704041197f4d
child 13206
fb1f9f01499c
--- a/src/protocols/sametime/sametime.c	Tue Feb 07 09:50:06 2006 +0000
+++ b/src/protocols/sametime/sametime.c	Tue Feb 07 09:50:55 2006 +0000
@@ -5012,7 +5012,7 @@
 
   GString *str;
 
-  file = fopen(filename, "r");
+  file = g_fopen(filename, "r");
   g_return_if_fail(file != NULL);
 
   str = g_string_new(NULL);
@@ -5054,7 +5054,7 @@
   char *str;
   FILE *file;
 
-  file = fopen(filename, "w");
+  file = g_fopen(filename, "w");
   g_return_if_fail(file != NULL);
 
   l = mwSametimeList_new();

mercurial