From a39dfa95fdac52810df6f6196a32182a0fae6d1f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 10 Oct 2003 19:12:31 +0000 Subject: *** empty log message *** --- reports.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reports.cc') diff --git a/reports.cc b/reports.cc index ea76199d..34d44da6 100644 --- a/reports.cc +++ b/reports.cc @@ -237,7 +237,7 @@ void print_register(const std::string& acct_name, std::ostream& out, xact_str = "(Splits...)"; out.width(22); - out << std::left << truncated(xact_str(), 22) << " "; + out << std::left << truncated(xact_str, 22) << " "; out.width(12); out << std::right << street->as_str(true); -- cgit v1.2.3