diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-27 20:37:21 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-27 20:37:21 -0400 |
commit | e14d7b6e543850bae6c46f01a80b11c41ea383cf (patch) | |
tree | 7e6d191cadc7aff167fae2c8cadf3edce6a513d3 /session.cc | |
parent | 0c76ac5b8f962525d20228f7fa3a7ec3d3d40ea7 (diff) | |
download | ledger-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.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |