From fa61061bc2d0a4bd6490c512482a7abd41b6a62d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 10 Apr 2004 09:29:35 +0000 Subject: [PATCH] *** empty log message *** --- reports.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports.cc b/reports.cc index 8e94a5e8..fed8ffb9 100644 --- a/reports.cc +++ b/reports.cc @@ -214,7 +214,7 @@ void print_register(const std::string& acct_name, std::ostream& out, continue; char buf[32]; - std::strftime(buf, 31, "%m.%d ", std::localtime(&(*i)->date)); + std::strftime(buf, 31, "%m/%d ", std::localtime(&(*i)->date)); out << buf; out.width(25);