From a41d33fba37460587f59ea0349ac4947a4de9f3c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 30 May 2010 02:35:25 -0600 Subject: Option --rounding inverted to --no-rounding --- src/chain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chain.cc') 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 -- cgit v1.2.3