Commit bd92c23a authored by gabime's avatar gabime

comment

parent 88335bd9
...@@ -36,7 +36,7 @@ SPDLOG_INLINE void file_helper::open(const filename_t &fname, bool truncate) ...@@ -36,7 +36,7 @@ SPDLOG_INLINE void file_helper::open(const filename_t &fname, bool truncate)
{ {
if (!folder_name.empty()) 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)) if (!os::fopen_s(&fd_, fname, mode))
......
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