summaryrefslogtreecommitdiff
path: root/reports.cc
diff options
context:
space:
mode:
Diffstat (limited to 'reports.cc')
-rw-r--r--reports.cc2
1 files changed, 1 insertions, 1 deletions
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) {