From 5063cd22832593c0fd154abf76bfeec09f644243 Mon Sep 17 00:00:00 2001 From: X123M3-256 Date: Sun, 5 Jan 2020 13:34:39 +0000 Subject: [PATCH] Fix line that causes build to fail on Mac (#10518) --- src/openrct2/platform/Platform.macOS.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/platform/Platform.macOS.mm b/src/openrct2/platform/Platform.macOS.mm index ab9c013548..225dff23da 100644 --- a/src/openrct2/platform/Platform.macOS.mm +++ b/src/openrct2/platform/Platform.macOS.mm @@ -108,7 +108,7 @@ namespace Platform @autoreleasepool { if (input == NULL) { - return NULL; + return 0; } NSString* inputDecomp = [NSString stringWithUTF8String:input];