Loading lib_util/cmdln_parser.c +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ static bool optionMatchesString( return false; } if ( strnlen( str, MAX_OPTION_LENGTH + 1 ) > MAX_OPTION_LENGTH ) if ( strLength( str, MAX_OPTION_LENGTH + 1 ) > MAX_OPTION_LENGTH ) { /* String longer than longest possible option - not a match */ return false; Loading Loading
lib_util/cmdln_parser.c +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ static bool optionMatchesString( return false; } if ( strnlen( str, MAX_OPTION_LENGTH + 1 ) > MAX_OPTION_LENGTH ) if ( strLength( str, MAX_OPTION_LENGTH + 1 ) > MAX_OPTION_LENGTH ) { /* String longer than longest possible option - not a match */ return false; Loading