*** empty log message ***
This commit is contained in:
parent
c7bd613d91
commit
fa61061bc2
1 changed files with 1 additions and 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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue