mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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>.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user