diff options
-rw-r--r-- | src/filters.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/filters.cc b/src/filters.cc index 47e7f66d..ff5a9775 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -502,8 +502,7 @@ void changed_value_posts::operator()(post_t& post) bind_scope_t bound_scope(report, post); last_total = total_expr.calc(bound_scope); - - last_post = &post; + last_post = &post; } void subtotal_posts::report_subtotal(const char * spec_fmt, |