diff options
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) { |