Browse Source

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

git-svn-id: trunk@36751 -
michael 8 years ago
parent
commit
d975ec6d0b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-base/src/custapp.pp

+ 1 - 0
packages/fcl-base/src/custapp.pp

@@ -430,6 +430,7 @@ Var
 begin
   SetLength(Result,ParamCount);
   Cnt:=0;
+  I:=-1;
   Repeat
     I:=FindOptionIndex(C,B,I);
     If I<>-1 then