From c6c16589abd4845fd654ce87bb6cd0aeb0f79006 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 5 Apr 2004 00:02:43 +0000 Subject: *** empty log message *** --- reports.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports.cc b/reports.cc index 9827367e..73baca00 100644 --- a/reports.cc +++ b/reports.cc @@ -718,7 +718,7 @@ int main(int argc, char * argv[]) else if (command == "print") { if (show_sorted) main_ledger->sort(cmp_entry_date()); - main_ledger->print(std::cout, regexps, ! full_names); + main_ledger->print(std::cout, regexps, true); } else if (command == "equity") { equity_ledger(std::cout, regexps); -- cgit v1.2.3