Fix the crash in #339764.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13857 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2006-04-26 02:21:50 +00:00
parent b9624655d5
commit beb04f0e96
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-04-25 David Hampton <hampton@employees.org>
* src/scm/price-quotes.scm: Fix the crash in #339764.
2006-04-25 Joshua Sled <jsled@asynchronous.org>
Bug#119078: promote register parse errors to the user.

View File

@@ -412,7 +412,7 @@
(lambda (a b) (set! commodity-list a) b))))
(quote-hash (make-hash-table 31)))
(if (null? big-list)
(if (and (null? commodity-list) (null? currency-list))
#f
(begin