From a53f44ecdaf9051c9e7f64993787c88d98b5348a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 14 Oct 2005 19:05:55 +0000 Subject: Support has been added for clearing of individual transactions. Set `ledger-clear-whole-entries' in Emacs to revert to the old behavior. --- qif.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qif.cc') 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; -- cgit v1.2.3