summaryrefslogtreecommitdiff
path: root/reports.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-04-10 09:29:35 +0000
committerJohn Wiegley <johnw@newartisans.com>2004-04-10 09:29:35 +0000
commitfa61061bc2d0a4bd6490c512482a7abd41b6a62d (patch)
treeb199daa694fef988ef422b3a56b9d965b100c5c8 /reports.cc
parentc7bd613d91fa9067b413dfba43c3808c3cd50c1c (diff)
downloadfork-ledger-fa61061bc2d0a4bd6490c512482a7abd41b6a62d.tar.gz
fork-ledger-fa61061bc2d0a4bd6490c512482a7abd41b6a62d.tar.bz2
fork-ledger-fa61061bc2d0a4bd6490c512482a7abd41b6a62d.zip
*** empty log message ***
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);