Commit ecd7669e authored by gabime's avatar gabime

Fixed gcc warning

parent 59f54cda
......@@ -115,7 +115,7 @@ inline void pad6(size_t n, fmt::memory_buffer &dest)
dest.push_back('0');
dest.push_back('0');
}
else if (n >= 0)
else // 0-9
{
dest.push_back('0');
dest.push_back('0');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment