Unverified Commit 4646bd08 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update rotating_file_sink-inl.h

parent 53aca9c3
......@@ -50,7 +50,7 @@ SPDLOG_INLINE filename_t rotating_file_sink<Mutex>::calc_filename(const filename
filename_t basename, ext;
std::tie(basename, ext) = details::file_helper::split_by_extension(filename);
return fmt::format(SPDLOG_FMT_RUNTIME(SPDLOG_FILENAME_T("{}.{}{}")), basename, index, ext);
return fmt::format(SPDLOG_FILENAME_T(SPDLOG_FMT_RUNTIME("{}.{}{}")), basename, index, ext);
}
template<typename Mutex>
......
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