Commit 108c656e authored by Charless Milette's avatar Charless Milette

Fix copy-paste mistake

parent 2d77ef92
......@@ -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.
......
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