Merge branch 'ossimoi/master' into prepare-2.3.0

This commit is contained in:
Christoph Klaffl 2025-06-05 22:39:38 +02:00
commit 6bda64508b
No known key found for this signature in database
GPG Key ID: 8FC1D76EED4970D2
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 {