mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +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
|
||||
Result:=0;
|
||||
T:='';
|
||||
R:=TIReaderTXT.Create;
|
||||
try
|
||||
URL:=TableName+'/'+KeyField.AsString;
|
||||
|
Loading…
Reference in New Issue
Block a user