mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
This commit is contained in:
commit
005468248b
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user