Converting logging to ASCII and other Windows fixes.
This commit is contained in:
@@ -111,6 +111,6 @@ Entry* FileSystem::ResolvePath(const char* path) {
|
||||
}
|
||||
}
|
||||
|
||||
XELOGE(XT("ResolvePath(%s) failed - no root found"), path);
|
||||
XELOGE("ResolvePath(%s) failed - no root found", path);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user