summaryrefslogtreecommitdiff
path: root/reports.cc
diff options
context:
space:
mode:
Diffstat (limited to 'reports.cc')
-rw-r--r--reports.cc2
1 files changed, 1 insertions, 1 deletions
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);