소스 검색

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

git-svn-id: trunk@36751 -
michael 8 년 전
부모
커밋
d975ec6d0b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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