From d3c6974e991cdcc645c19a1d4cc2db67be250ba9 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 20 Oct 2019 19:09:37 +0300 Subject: [PATCH] Update os.h --- include/spdlog/details/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/os.h b/include/spdlog/details/os.h index 0d6abd2f..352b063f 100644 --- a/include/spdlog/details/os.h +++ b/include/spdlog/details/os.h @@ -93,7 +93,7 @@ void wstr_to_utf8buf(wstring_view_t wstr, memory_buf_t &target); // "abc/file" => "abc" // "abc/" => "abc" // "abc" => "" -// "abc///" => "abc" +// "abc///" => "abc//" filename_t dir_name(filename_t path); // Create a dir from the given path.