summaryrefslogtreecommitdiff
path: root/qif.cc
diff options
context:
space:
mode:
Diffstat (limited to 'qif.cc')
-rw-r--r--qif.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qif.cc b/qif.cc
index 5c1f6fac..dac4b3fa 100644
--- a/qif.cc
+++ b/qif.cc
@@ -43,7 +43,7 @@ unsigned int qif_parser_t::parse(std::istream& in,
std::auto_ptr<entry_t> entry;
std::auto_ptr<amount_t> amount;
transaction_t * xact;
- unsigned int count;
+ unsigned int count = 0;
account_t * misc = NULL;
commodity_t * def_commodity = NULL;