mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-24 06:32:06 +08:00
Fix copy-paste mistake
This commit is contained in:
parent
2d77ef92b0
commit
108c656e66
@ -87,7 +87,7 @@ struct daily_filename_format_calculator
|
||||
for (;;)
|
||||
{
|
||||
size_t size = buf.capacity() - start;
|
||||
size_t count = details::fmt_helper:::strftime(&buf[start], size, &tm_format[0], &tm);
|
||||
size_t count = details::fmt_helper::strftime(&buf[start], size, &tm_format[0], &tm);
|
||||
if (count != 0)
|
||||
{
|
||||
// Remove the extra space.
|
||||
|
Loading…
Reference in New Issue
Block a user