[Gnucash-changes] r13444 - gnucash/trunk - Finally, successfully implemented mt940 import. Completed #325170.

Christian Stimming cstim at cvs.gnucash.org
Thu Mar 2 17:04:06 EST 2006


Author: cstim
Date: 2006-03-02 17:04:05 -0500 (Thu, 02 Mar 2006)
New Revision: 13444
Trac: http://svn.gnucash.org/trac/changeset/13444

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/import-export/mt940/gnc-mt940-import.c
Log:
Finally, successfully implemented mt940	import. Completed #325170.




Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-02 21:59:45 UTC (rev 13443)
+++ gnucash/trunk/ChangeLog	2006-03-02 22:04:05 UTC (rev 13444)
@@ -1,7 +1,7 @@
 2006-03-02  Christian Stimming  <stimming at tuhh.de>
 
 	* src/import-export/mt940/gnc-mt940-import.c: More work on mt940
-	import, #325170. Unfortunately not yet error-free.
+	import. Completed #325170.
 
 	* accounts/el_GR/*-xea: Greek account templates converted to
 	UTF-8, by Nikos Charonitakis <nikosx at gmail.com>.

Modified: gnucash/trunk/src/import-export/mt940/gnc-mt940-import.c
===================================================================
--- gnucash/trunk/src/import-export/mt940/gnc-mt940-import.c	2006-03-02 21:59:45 UTC (rev 13443)
+++ gnucash/trunk/src/import-export/mt940/gnc-mt940-import.c	2006-03-02 22:04:05 UTC (rev 13444)
@@ -219,6 +219,7 @@
       /* Wrap file in gwen_bufferedio */
       buffio = GWEN_BufferedIO_File_new(mt940_fd);
       g_assert(buffio);
+      GWEN_BufferedIO_SetReadBuffer(buffio, 0, 1024);
 
       result = AB_ImExporter_Import(importer,
 				  ctx,



More information about the gnucash-changes mailing list