This commit is contained in:
ossimoi 2024-08-11 22:09:25 +10:00 committed by GitHub
commit af25caeb50
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;
}
if ($char eq 'o' || $char eq 'x') {
if ($char eq 'o' || $char eq 'x' || $char eq 'X') {
$lastOption = $char;
$optionValue = 1;
} else {