Fix format string

This was SVN commit r9524.
This commit is contained in:
Ykkrosh 2011-05-15 19:52:46 +00:00
parent f4b55a9acf
commit 6539456746

View File

@ -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()