mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fix format string
This was SVN commit r9524.
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user