From 3934d558e120f15f481daf4083b1e91918fb7495 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Aug 2004 22:17:05 -0400 Subject: quick fix --- qif.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qif.cc b/qif.cc index 4b5c0936..2a72196b 100644 --- a/qif.cc +++ b/qif.cc @@ -161,7 +161,7 @@ unsigned int qif_parser_t::parse(std::istream& in, case '^': if (xact->account == master) { if (! misc) - misc = master->find_account("Miscellaneous"); + misc = journal->find_account("Miscellaneous"); transaction_t * nxact = new transaction_t(misc); entry->add_transaction(nxact); nxact->amount = nxact->cost = - xact->amount; -- cgit v1.2.3