This commit is contained in:
ossimoi 2024-09-28 13:19:37 -04:00 committed by GitHub
commit 0747208194
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 {