This commit is contained in:
ossimoi 2025-02-13 22:34:34 +00:00 committed by GitHub
commit 13d76c0c56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2175,7 +2175,7 @@ sub parsespecialoptions {
return undef; return undef;
} }
if ($char eq 'o' || $char eq 'x') { if ($char eq 'o' || $char eq 'x' || $char eq 'X') {
$lastOption = $char; $lastOption = $char;
$optionValue = 1; $optionValue = 1;
} else { } else {