r18031 - gnucash/trunk/src/import-export/qif-import - Bug #478055: Adjust read syntax of symbol names that include spaces. This old syntax doesn't work in guile 1.8, at least not on Fedora 9 64-bit.

Charles Day cedayiv at code.gnucash.org
Tue Apr 7 16:20:23 EDT 2009


Author: cedayiv
Date: 2009-04-07 16:20:23 -0400 (Tue, 07 Apr 2009)
New Revision: 18031
Trac: http://svn.gnucash.org/trac/changeset/18031

Modified:
   gnucash/trunk/src/import-export/qif-import/qif-file.scm
Log:
Bug #478055: Adjust read syntax of symbol names that include spaces. This old syntax doesn't work in guile 1.8, at least not on Fedora 9 64-bit.


Modified: gnucash/trunk/src/import-export/qif-import/qif-file.scm
===================================================================
--- gnucash/trunk/src/import-export/qif-import/qif-file.scm	2009-04-07 01:45:53 UTC (rev 18030)
+++ gnucash/trunk/src/import-export/qif-import/qif-file.scm	2009-04-07 20:20:23 UTC (rev 18031)
@@ -137,7 +137,7 @@
                         (case qstate-type
                           ;; Transaction list for a particular account
                           ((type:bank type:cash type:ccard type:invst type:port
-                                      #{type:oth\ a}#  #{type:oth\ l}#)
+                                      #{type:oth a}#  #{type:oth l}#)
                            (if ignore-accounts
                                (set! current-account-name
                                      last-seen-account-name))
@@ -198,7 +198,7 @@
                         ;;;;;;;;;;;;;;;;;;;;;;
 
                         ((type:bank type:cash type:ccard type:invst type:port
-                                    #{type:oth\ a}#  #{type:oth\ l}#)
+                                    #{type:oth a}#  #{type:oth l}#)
                          (case tag
                            ;; D : transaction date
                            ((#\D)



More information about the gnucash-changes mailing list