From 6e6246c927ab0d39dfd65f20e51c3f1b036c8ea9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 9 Aug 2004 17:38:05 -0400 Subject: more fixes --- main.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'main.cc') diff --git a/main.cc b/main.cc index 35dfd860..5d105cb3 100644 --- a/main.cc +++ b/main.cc @@ -651,10 +651,11 @@ int main(int argc, char * argv[]) walk_accounts(journal->master, formatter, predicate.get(), xact_display_flags, show_subtotals, sort_order.get()); - std::string end_format = "--------------------\n"; - format.reset(end_format + f); - format_account(std::cout, format, - display_predicate.get())(journal->master); + if (format_account::disp_subaccounts_p(journal->master)) { + std::string end_format = "--------------------\n"; + format.reset(end_format + f); + format.format_elements(std::cout, details_t(journal->master)); + } } else if (command == "E") { format_t format(first_line_format); -- cgit v1.2.3