[grisbi-cvs] grisbi/src gsb_file_others.c,1.31,1.32

Gunee guneemwelloeux at users.sourceforge.net
Wed Jan 27 23:43:28 CET 2010


Update of /cvsroot/grisbi/grisbi/src
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16063

Modified Files:
	gsb_file_others.c 
Log Message:
Win MSVC: Fixed accentuated path problem while exporting budgets and categories

Index: gsb_file_others.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_file_others.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- gsb_file_others.c	10 Jan 2010 20:11:38 -0000	1.31
+++ gsb_file_others.c	27 Jan 2010 22:43:26 -0000	1.32
@@ -125,7 +125,7 @@
 
     /* the file is in memory, we can save it */
 
-    file = fopen ( filename,
+	file = utf8_fopen ( filename,
 			  "w" );
 
     if ( !file
@@ -207,7 +207,7 @@
 
     /* the file is in memory, we can save it */
 
-    file = fopen ( filename,
+	file = utf8_fopen ( filename,
 			  "w" );
 
     if ( !file



More information about the cvs mailing list