diff options
author | John Wiegley <johnw@newartisans.com> | 2010-05-30 02:35:25 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-05-30 02:47:40 -0600 |
commit | a41d33fba37460587f59ea0349ac4947a4de9f3c (patch) | |
tree | 24042a917c16e311979d6cee3efc53e5661223a5 /src/chain.cc | |
parent | e86a4767bc93664893faa4d0f03619f57302c7d1 (diff) | |
download | fork-ledger-a41d33fba37460587f59ea0349ac4947a4de9f3c.tar.gz fork-ledger-a41d33fba37460587f59ea0349ac4947a4de9f3c.tar.bz2 fork-ledger-a41d33fba37460587f59ea0349ac4947a4de9f3c.zip |
Option --rounding inverted to --no-rounding
Diffstat (limited to 'src/chain.cc')
-rw-r--r-- | src/chain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.cc b/src/chain.cc index 44133391..1103fe42 100644 --- a/src/chain.cc +++ b/src/chain.cc @@ -87,7 +87,7 @@ post_handler_ptr chain_post_handlers(report_t& report, handler.reset(new changed_value_posts(handler, report, for_accounts_report, report.HANDLED(unrealized), - report.HANDLED(rounding))); + ! report.HANDLED(no_rounding))); // calc_posts computes the running total. When this appears will determine, // for example, whether filtered posts are included or excluded from the |