summaryrefslogtreecommitdiff
path: root/session.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-27 20:37:21 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-27 20:37:21 -0400
commite14d7b6e543850bae6c46f01a80b11c41ea383cf (patch)
tree7e6d191cadc7aff167fae2c8cadf3edce6a513d3 /session.cc
parent0c76ac5b8f962525d20228f7fa3a7ec3d3d40ea7 (diff)
downloadledger-e14d7b6e543850bae6c46f01a80b11c41ea383cf.tar.gz
ledger-e14d7b6e543850bae6c46f01a80b11c41ea383cf.tar.bz2
ledger-e14d7b6e543850bae6c46f01a80b11c41ea383cf.zip
Cleaned up the value expression code a bit before undertaking the real work of
getting everything back up to what it was (plus the new code written for 3.0).
Diffstat (limited to 'session.cc')
-rw-r--r--session.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/session.cc b/session.cc
index 55d73b0a..57e965e9 100644
--- a/session.cc
+++ b/session.cc
@@ -86,9 +86,9 @@ session_t::session_t()
equity_format
("\n%D %Y%C%P\n%/ %-34W %12t\n"),
plot_amount_format
- ("%D %(@S(@t))\n"),
+ ("%D %(S(t))\n"),
plot_total_format
- ("%D %(@S(@T))\n"),
+ ("%D %(S(T))\n"),
write_hdr_format
("%d %Y%C%P\n"),
write_xact_format