diff --git a/source/lib/path.h b/source/lib/path.h index 557710d9c0..2b22b13077 100644 --- a/source/lib/path.h +++ b/source/lib/path.h @@ -208,7 +208,7 @@ public: private: void PrintToDebugOutput() const { - debug_printf(L"Path %ws, separator %c\n", path.c_str(), separator); + debug_printf(L"Path %ls, separator %c\n", path.c_str(), separator); } void DetectSeparator()