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 39df84a5..cb72de9a 100644
--- a/qif.cc
+++ b/qif.cc
@@ -138,7 +138,7 @@ unsigned int qif_parser_t::parse(std::istream& in,
c = in.peek();
if (c == '*' || c == 'X') {
in.get(c);
- entry->state = entry_t::CLEARED;
+ xact->state = transaction_t::CLEARED;
}
break;