1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Fix line that causes build to fail on Mac (#10518)

This commit is contained in:
X123M3-256
2020-01-05 13:34:39 +00:00
committed by Michael Steenbeek
parent 8d99d37eba
commit 5063cd2283

View File

@@ -108,7 +108,7 @@ namespace Platform
@autoreleasepool {
if (input == NULL)
{
return NULL;
return 0;
}
NSString* inputDecomp = [NSString stringWithUTF8String:input];