mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 03:30:39 +02:00
parent
9bfe0b5e2a
commit
fa4aa67f35
@ -333,7 +333,8 @@ begin
|
||||
else
|
||||
begin // short options have form '-o value'
|
||||
If (I<ParamCount) then
|
||||
Result:=Params[I+1];
|
||||
if (Copy(Params[I+1],1,1)<>'-') then
|
||||
Result:=Params[I+1];
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user