Hallo Ihr 2!

Vielen Dank an Euch! Die Korrektur war erfolgreich. Ich freue mich, dass das Problem so schnell behoben wurde, denn nun kann ich QBankManager richtig nutzen.

Nur ein kleiner Hinweis und eine Frage noch:

1. Ein "Konto löschen"-Button wäre nicht schlecht
2. Gibt es eine Möglichkeit Kreditkartenkonten abzufragen (z.B. DKB-Visa)

Nochmals vielen Dank und Grüße von

Ronny Steiner

Christian Stimming schrieb:
Hallo Ronny,

vielen Dank für den Backtrace! Damit ist für uns klar, dass das ein Programmfehler in aqbanking war. Ist nun im CVS korrigiert ... entweder du wartest nun auf das nächste aqbanking-release, oder du änderst in aqbanking die Datei src/libs/aqbanking/country.c gemäß untenstehendem diff und compilierst aqbanking neu.

Gruß

Christian


--- src/libs/aqbanking/country.c        1 Aug 2005 12:17:22 -0000       1.5
+++ src/libs/aqbanking/country.c        21 Sep 2005 07:41:52 -0000
@@ -237,7 +237,8 @@
{ I18N_NOOP("Western Sahara"), "EH", 732, I18N_NOOP("Moroccan Dirham and Mauritanian Ouguiya"), "MAD" },
 { I18N_NOOP("Yugoslavia"), "YU", 0, I18N_NOOP("New Dinar"),  "YUD" },
 { I18N_NOOP("Zambia"), "ZM", 894, I18N_NOOP("Zambian Kwacha"),  "ZMK" },
-{ I18N_NOOP("Zimbabwe"), "ZW", 716, I18N_NOOP("Zimbabwe Dollar"),  "ZWD" }
+{ I18N_NOOP("Zimbabwe"), "ZW", 716, I18N_NOOP("Zimbabwe Dollar"), "ZWD" },
+{ 0, 0, 0, 0, 0 }
 };


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to