diff options
author | John Wiegley <johnw@newartisans.com> | 2004-04-10 09:29:35 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-04-10 09:29:35 +0000 |
commit | fa61061bc2d0a4bd6490c512482a7abd41b6a62d (patch) | |
tree | b199daa694fef988ef422b3a56b9d965b100c5c8 /reports.cc | |
parent | c7bd613d91fa9067b413dfba43c3808c3cd50c1c (diff) | |
download | fork-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.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |