From eb0525e3157b579d45aab568e3ee06432fbaa338 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 19 Oct 2005 22:42:24 +0000 Subject: See ChangeLog --- reconcile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reconcile.cc') diff --git a/reconcile.cc b/reconcile.cc index 07e2125d..b28718ee 100644 --- a/reconcile.cc +++ b/reconcile.cc @@ -44,7 +44,7 @@ void reconcile_transactions::flush() for (transactions_list::iterator x = xacts.begin(); x != xacts.end(); x++) { - if (! cutoff || std::difftime((*x)->entry->date, cutoff) < 0) { + if (! cutoff || std::difftime((*x)->date(), cutoff) < 0) { switch ((*x)->state) { case transaction_t::CLEARED: cleared_balance += (*x)->amount; -- cgit v1.2.3