From aac7dccf458625312a44b202905f4154c47a884d Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 25 Oct 2019 16:17:55 +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 be670347..1935ddf2 100644 --- a/include/spdlog/details/file_helper-inl.h +++ b/include/spdlog/details/file_helper-inl.h @@ -34,7 +34,7 @@ SPDLOG_INLINE void file_helper::open(const filename_t &fname, bool truncate) for (int tries = 0; tries < open_tries_; ++tries) { - // will not created if already exists or empty. + // create if not empty and not exists already os::create_dir(folder_name); if (!os::fopen_s(&fd_, fname, mode))