mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:09:30 +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
|
begin
|
||||||
SetLength(Result,ParamCount);
|
SetLength(Result,ParamCount);
|
||||||
Cnt:=0;
|
Cnt:=0;
|
||||||
|
I:=-1;
|
||||||
Repeat
|
Repeat
|
||||||
I:=FindOptionIndex(C,B,I);
|
I:=FindOptionIndex(C,B,I);
|
||||||
If I<>-1 then
|
If I<>-1 then
|
||||||
|
Loading…
Reference in New Issue
Block a user