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
1 changed files with 1 additions and 1 deletions

View File

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