From 96d6d62ad94082ca777c2c88b88e0346a5d00e65 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 3 Mar 2006 09:45:44 +0000 Subject: Began support for improved commodity handling. --- reconcile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reconcile.cc') diff --git a/reconcile.cc b/reconcile.cc index ec893c0b..e2f11198 100644 --- a/reconcile.cc +++ b/reconcile.cc @@ -71,7 +71,7 @@ void reconcile_transactions::flush() balance -= cleared_balance; if (balance.type >= value_t::BALANCE) throw error(std::string("Reconcile balance is not of the same commodity ('") + - b_comm.symbol + "' != '" + cb_comm.symbol + "')"); + b_comm.symbol() + "' != '" + cb_comm.symbol() + "')"); // If the amount to reconcile is the same as the pending balance, // then assume an exact match and return the results right away. -- cgit v1.2.3