Sfoglia il codice sorgente

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

git-svn-id: trunk@36751 -
michael 8 anni fa
parent
commit
d975ec6d0b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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