* Patch from Cyrax to initialize search index (bug id 32173)

git-svn-id: trunk@36751 -
This commit is contained in:
michael 2017-07-20 08:50:01 +00:00
parent 547f08e6ea
commit d975ec6d0b

View File

@ -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