1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

Fix compiling and loading on macOS, load description

This commit is contained in:
Michael Steenbeek
2017-12-05 13:35:39 +01:00
committed by Gymnasiast
parent a1f360ab7d
commit 9ab0164b6f
2 changed files with 16 additions and 8 deletions

View File

@@ -235,7 +235,7 @@ namespace ObjectFactory
}
catch (Exception)
{
Console::Error::WriteLine("Unable to open or read '%s'", path);
Console::Error::WriteLine("Unable to open or read '%s'", path.c_str());
delete result;
result = nullptr;