From 5f7710fe6cc83b5d70a8aaeb5ec705f5e21c8d08 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 9 Oct 2003 01:01:25 +0000 Subject: *** empty log message *** --- reports.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reports.cc') diff --git a/reports.cc b/reports.cc index 920967ef..da33f42f 100644 --- a/reports.cc +++ b/reports.cc @@ -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) { -- cgit v1.2.3