Finally, successfully implemented mt940 import. Completed #325170.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13444 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2006-03-02 22:04:05 +00:00
parent 2908477af0
commit e61c217338
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
2006-03-02 Christian Stimming <stimming@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@gmail.com>.

View File

@@ -219,6 +219,7 @@ void gnc_file_mt940_import (void)
/* 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,