Commit 00546824 authored by gabime's avatar gabime

Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x

parents 36a823df ecd7669e
...@@ -115,7 +115,7 @@ inline void pad6(size_t n, fmt::memory_buffer &dest) ...@@ -115,7 +115,7 @@ inline void pad6(size_t n, fmt::memory_buffer &dest)
dest.push_back('0'); dest.push_back('0');
dest.push_back('0'); dest.push_back('0');
} }
else if (n >= 0) else // 0-9
{ {
dest.push_back('0'); dest.push_back('0');
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