mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 13:29:19 +02:00
# revisions: 45736
git-svn-id: branches/fixes_3_2@47093 -
This commit is contained in:
parent
8d5e43c07e
commit
9d6e63f2e3
@ -460,8 +460,8 @@ begin
|
|||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
Internal_getopt:=optstring[temp];
|
Internal_getopt:=optstring[temp];
|
||||||
if optstring[temp+1]=':' then
|
if (length(optstring)>temp) and (optstring[temp+1]=':') then
|
||||||
if optstring[temp+2]=':' then
|
if (length(optstring)>temp+1) and (optstring[temp+2]=':') then
|
||||||
begin { optional argument }
|
begin { optional argument }
|
||||||
if nextchar>0 then
|
if nextchar>0 then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user