mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Ignore empty (whitespace) lines in QIF leader (#457591)
Patch by Charles Day BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16876 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
57706df9e5
commit
2324d9be48
@ -371,7 +371,8 @@
|
||||
|
||||
;; trying to sneak one by, eh?
|
||||
(else
|
||||
(if (not qstate-type)
|
||||
(if (and (not qstate-type)
|
||||
(not (string=? (string-trim line) "")))
|
||||
(begin
|
||||
(display "line = ") (display line) (newline)
|
||||
(display "qif-file:read-file : ")
|
||||
|
Loading…
Reference in New Issue
Block a user