From f2d99dae082dbd9a289c01b94930e52e021d9a4c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 17 Jul 2011 15:28:38 -0500 Subject: Rely on a default argument in textual.cc --- src/textual.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textual.cc') diff --git a/src/textual.cc b/src/textual.cc index 0e7f2aec..6dd0caa6 100644 --- a/src/textual.cc +++ b/src/textual.cc @@ -1320,7 +1320,7 @@ post_t * instance_t::parse_post(char * line, amount_t& amt(*post->assigned_amount); value_t account_total - (post->account->amount(false).strip_annotations(keep_details_t())); + (post->account->amount().strip_annotations(keep_details_t())); DEBUG("post.assign", "line " << linenum << ": " "account balance = " << account_total); -- cgit v1.2.3