mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
If guile calls a C function which expects gnc_numeric but sends a non-number, it will create a gnc_numeric_error object. This will allow error gnc_numeric to be handled elsewhere. Also the overflow gnc_numeric was incorrectly created.