summaryrefslogtreecommitdiff
path: root/format.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-14 00:32:44 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-14 00:32:44 -0400
commitbb044f882056aac97cba6f3046370c514852f1db (patch)
treed7ab172d9f67e973f67c2d5c93fb6ef386e63ff8 /format.cc
parent42298cefd5ae0b4f25d4075dc19486f2782f69f1 (diff)
downloadfork-ledger-bb044f882056aac97cba6f3046370c514852f1db.tar.gz
fork-ledger-bb044f882056aac97cba6f3046370c514852f1db.tar.bz2
fork-ledger-bb044f882056aac97cba6f3046370c514852f1db.zip
fix to amount printing
Diffstat (limited to 'format.cc')
-rw-r--r--format.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/format.cc b/format.cc
index fde8743f..13ae0235 100644
--- a/format.cc
+++ b/format.cc
@@ -327,10 +327,10 @@ bool format_account::disp_subaccounts_p(const account_t * account,
for (accounts_map::const_iterator i = account->accounts.begin();
i != account->accounts.end();
i++) {
- // jww (2004-08-03): How do compute the right figure? It should a
- // value expression specified by the user, to say, "If this
- // expression is equivalent between a parent account and a lone
- // displayed child, then don't display the parent."
+ // jww (2004-08-03): How to compute the right figure? It should
+ // be a value expression specified by the user which says, "If
+ // this expression is equivalent between a parent account and a
+ // lone displayed child, don't display the parent."
if (! (*i).second->total || ! disp_pred((*i).second))
continue;