mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user