Fix cut-n-paste error

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4756 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Bill Gribble
2001-06-19 17:10:24 +00:00
parent 43eba7e286
commit 3d7f69ba61
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
* src/scm/qif-import/qif-objects.scm: initialize fields to ""
rather than #f
* src/scm/qif-import/qif-to-gnc.scm: fix cut-n-paste error
2001-06-19 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-scheduledxaction.c: use C comments. fix warning

View File

@@ -480,7 +480,7 @@
(= (length splits) 1)
(hash-ref qif-memo-map qif-payee))
(and (string? memo)
(not (string=? qif-memo ""))
(not (string=? memo ""))
(hash-ref qif-memo-map memo))))
(if (not far-acct-info)
(set! far-acct-info (hash-ref qif-cat-map cat)))))