Skip to content

Commit 816ede3

Browse files
authored
Revert e93115f because won't compile under mscv 2017
1 parent 353c79c commit 816ede3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/spdlog/sinks/rotating_file_sink-inl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ SPDLOG_INLINE filename_t rotating_file_sink<Mutex>::calc_filename(const filename
5050

5151
filename_t basename, ext;
5252
std::tie(basename, ext) = details::file_helper::split_by_extension(filename);
53-
return fmt::format(SPDLOG_FMT_RUNTIME(SPDLOG_FILENAME_T("{}.{}{}")), basename, index, ext);
53+
return fmt::format(SPDLOG_FILENAME_T("{}.{}{}"), basename, index, ext);
5454
}
5555

5656
template<typename Mutex>

0 commit comments

Comments
 (0)