From b737cd8e6dd185beeae902caa4eee6c4cee8bc36 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 6 Mar 2006 03:53:36 +0000 Subject: Added a DATETIME value type. --- walk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'walk.cc') diff --git a/walk.cc b/walk.cc index 300988a1..4d5ff012 100644 --- a/walk.cc +++ b/walk.cc @@ -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)); -- cgit v1.2.3