summaryrefslogtreecommitdiff
path: root/walk.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-23 02:11:58 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-23 02:11:58 -0400
commit1091f0d07b8fae388202a449239e8de321545a2a (patch)
treec96ec5bc1d63f80b31284c502094db969720f741 /walk.cc
parent6365b8b7a807351209330ba65b05e612c5901908 (diff)
downloadfork-ledger-1091f0d07b8fae388202a449239e8de321545a2a.tar.gz
fork-ledger-1091f0d07b8fae388202a449239e8de321545a2a.tar.bz2
fork-ledger-1091f0d07b8fae388202a449239e8de321545a2a.zip
slight cleanup
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);