diff options
author | John Wiegley <johnw@newartisans.com> | 2006-03-04 17:13:45 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:29 -0400 |
commit | 7acc1306d985fb532ee429121fac0e1692285503 (patch) | |
tree | 6ff877c57daf4fdeb048147dad6f17811cdeca41 /gnucash.cc | |
parent | 11498f48070a9e96826afb316c684fed8c59397b (diff) | |
download | fork-ledger-7acc1306d985fb532ee429121fac0e1692285503.tar.gz fork-ledger-7acc1306d985fb532ee429121fac0e1692285503.tar.bz2 fork-ledger-7acc1306d985fb532ee429121fac0e1692285503.zip |
*** empty log message ***
Diffstat (limited to 'gnucash.cc')
-rw-r--r-- | gnucash.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ static void endElement(void *userData, const char *name) if (default_commodity) { curr_quant.set_commodity(*default_commodity); - value = curr_quant.round(default_commodity->precision()); + value = curr_quant.round(); if (curr_value.commodity() == *default_commodity) curr_value = value; |