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