summaryrefslogtreecommitdiff
path: root/walk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'walk.cc')
-rw-r--r--walk.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/walk.cc b/walk.cc
index 87680a79..6f4656c5 100644
--- a/walk.cc
+++ b/walk.cc
@@ -205,11 +205,11 @@ void subtotal_transactions::flush(const char * spec_fmt)
entry->payee = buf;
+ value_t result;
+
for (balances_map::iterator i = balances.begin();
i != balances.end();
i++) {
- value_t result;
-
entry->date = finish;
{
transaction_t temp((*i).first);