*** empty log message ***

This commit is contained in:
John Wiegley 2004-04-10 09:29:35 +00:00
parent c7bd613d91
commit fa61061bc2

View file

@ -214,7 +214,7 @@ void print_register(const std::string& acct_name, std::ostream& out,
continue; continue;
char buf[32]; 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 << buf;
out.width(25); out.width(25);