diff options
author | John Wiegley <johnw@newartisans.com> | 2003-10-09 01:01:25 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2003-10-09 01:01:25 +0000 |
commit | 5f7710fe6cc83b5d70a8aaeb5ec705f5e21c8d08 (patch) | |
tree | c7d8578b68e96e01e585c981c1b1401556d4e62b /reports.cc | |
parent | 36a541a74515ed7a099e0856279ac0fe12d6c3a0 (diff) | |
download | fork-ledger-5f7710fe6cc83b5d70a8aaeb5ec705f5e21c8d08.tar.gz fork-ledger-5f7710fe6cc83b5d70a8aaeb5ec705f5e21c8d08.tar.bz2 fork-ledger-5f7710fe6cc83b5d70a8aaeb5ec705f5e21c8d08.zip |
*** empty log message ***
Diffstat (limited to 'reports.cc')
-rw-r--r-- | reports.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ void report_balances(std::ostream& out, regexps_map& regexps) acct->checked = 1; } else { - bool by_exclusion; + bool by_exclusion = false; bool match = matches(regexps, acct->as_str(), &by_exclusion); if (! match) { |