[grisbi-cvs] grisbi/src utils_files.c,1.54,1.55
Gunee
guneemwelloeux at users.sourceforge.net
Fri May 21 00:16:03 CEST 2010
Update of /cvsroot/grisbi/grisbi/src
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23249
Modified Files:
utils_files.c
Log Message:
Returning when OFX CHARSET declaration found, but with no match to pre-defined list of charsets.
Index: utils_files.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/utils_files.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- utils_files.c 5 Apr 2010 21:24:53 -0000 1.54
+++ utils_files.c 20 May 2010 22:16:01 -0000 1.55
@@ -879,6 +879,8 @@
}
i++;
} while ( all_charset_array[i] );
+ //CHARSET found in OFX file, but no match --> Exit function
+ return NULL;
}
g_free ( string );
ptr = ptr_tmp + 1;
More information about the cvs
mailing list