mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:29:19 +02:00
* initialize variable in fpindexer. Mantis #22739
git-svn-id: trunk@21831 -
This commit is contained in:
parent
9bba5c956a
commit
9c52d89f95
@ -394,6 +394,7 @@ Var
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
Result:=0;
|
Result:=0;
|
||||||
|
T:='';
|
||||||
R:=TIReaderTXT.Create;
|
R:=TIReaderTXT.Create;
|
||||||
try
|
try
|
||||||
URL:=TableName+'/'+KeyField.AsString;
|
URL:=TableName+'/'+KeyField.AsString;
|
||||||
|
Loading…
Reference in New Issue
Block a user