From e14d7b6e543850bae6c46f01a80b11c41ea383cf Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 27 Jul 2008 20:37:21 -0400 Subject: 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). --- session.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'session.cc') 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 -- cgit v1.2.3