From 2a1055890241b1299d8b91d65038d0f4f5067fb5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 2 Oct 2003 00:07:14 +0000 Subject: *** empty log message *** --- ledger.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ledger.cc') diff --git a/ledger.cc b/ledger.cc index 91f2a273..ef7a9d94 100644 --- a/ledger.cc +++ b/ledger.cc @@ -136,7 +136,7 @@ void totals::print(std::ostream& out, int width) const out << std::endl; out.width(width); - out << std::right << *((*i).second); + out << std::right << (*i).second->as_str(); } } -- cgit v1.2.3