This commit is contained in:
gabime
2014-10-19 18:11:16 +03:00
parent ca1286e764
commit e76a365bf1
5 changed files with 6 additions and 7 deletions

View File

@@ -225,7 +225,6 @@ class r_formatter :public flag_formatter
{
void format(details::log_msg& msg) override
{
int hours = to12h(msg.tm_time);
msg.formatted.put_int(to12h(msg.tm_time), 2);
msg.formatted.putc(':');
msg.formatted.put_int(msg.tm_time.tm_min, 2);