From bd92c23addf3b15390f7703f84d8259fc4698b7d Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 25 Oct 2019 16:07:10 +0300 Subject: [PATCH] comment --- include/spdlog/details/file_helper-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/file_helper-inl.h b/include/spdlog/details/file_helper-inl.h index e7161132..eabc9aaa 100644 --- a/include/spdlog/details/file_helper-inl.h +++ b/include/spdlog/details/file_helper-inl.h @@ -36,7 +36,7 @@ SPDLOG_INLINE void file_helper::open(const filename_t &fname, bool truncate) { if (!folder_name.empty()) { - os::create_dir(folder_name); + os::create_dir(folder_name); // will not created if already exists } if (!os::fopen_s(&fd_, fname, mode))