mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* Patch from Cyrax to initialize search index (bug id 32173)
git-svn-id: trunk@36751 -
This commit is contained in:
parent
547f08e6ea
commit
d975ec6d0b
@ -430,6 +430,7 @@ Var
|
||||
begin
|
||||
SetLength(Result,ParamCount);
|
||||
Cnt:=0;
|
||||
I:=-1;
|
||||
Repeat
|
||||
I:=FindOptionIndex(C,B,I);
|
||||
If I<>-1 then
|
||||
|
Loading…
Reference in New Issue
Block a user