Index: src/OFOptionsParser.m ================================================================== --- src/OFOptionsParser.m +++ src/OFOptionsParser.m @@ -206,11 +206,11 @@ of_range(2, pos - 2)] copy]; objc_autoreleasePoolPop(pool); option = [_longOptions valueForKey: _lastLongOption]; - if (option == nil) + if (option == NULL) return '?'; if (option->hasArgument == 1 && _argument == nil) return ':'; if (option->hasArgument == 0 && _argument != nil)