From 1271081865171443bb311df6a3fa6522c5352cd6 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 20 Oct 2019 19:08:47 +0300 Subject: [PATCH] Update os-inl.h --- include/spdlog/details/os-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/os-inl.h b/include/spdlog/details/os-inl.h index 5d2db635..b237adeb 100644 --- a/include/spdlog/details/os-inl.h +++ b/include/spdlog/details/os-inl.h @@ -515,7 +515,7 @@ SPDLOG_INLINE bool create_dir(filename_t path) // "abc/file" => "abc" // "abc/" => "abc" // "abc" => "" -// "abc///" => "abc" +// "abc///" => "abc//" SPDLOG_INLINE filename_t dir_name(filename_t path) { using char_type = filename_t::value_type;