* initialize variable in fpindexer. Mantis #22739

git-svn-id: trunk@21831 -
This commit is contained in:
marco 2012-07-09 13:54:35 +00:00
parent 9bba5c956a
commit 9c52d89f95

View File

@ -394,6 +394,7 @@ Var
begin
Result:=0;
T:='';
R:=TIReaderTXT.Create;
try
URL:=TableName+'/'+KeyField.AsString;