diff options
author | John Wiegley <johnw@newartisans.com> | 2006-03-06 03:53:36 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:29 -0400 |
commit | b737cd8e6dd185beeae902caa4eee6c4cee8bc36 (patch) | |
tree | 967b198e0d52c8d0f2ae2215c90224a6ff48194d /walk.cc | |
parent | d02f74efea3e6b631810bfd3c3d8adcaa4299902 (diff) | |
download | fork-ledger-b737cd8e6dd185beeae902caa4eee6c4cee8bc36.tar.gz fork-ledger-b737cd8e6dd185beeae902caa4eee6c4cee8bc36.tar.bz2 fork-ledger-b737cd8e6dd185beeae902caa4eee6c4cee8bc36.zip |
Added a DATETIME value type.
Diffstat (limited to 'walk.cc')
-rw-r--r-- | walk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -340,7 +340,7 @@ void subtotal_transactions::report_subtotal(const char * spec_fmt) if (! spec_fmt) { std::string fmt = "- "; - fmt += format_t::date_format; + fmt += datetime_t::date_format; std::strftime(buf, 255, fmt.c_str(), std::localtime(&finish)); } else { std::strftime(buf, 255, spec_fmt, std::localtime(&finish)); |