mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 23:06:07 +02:00
parent
52e31f1f96
commit
256ae133a2
@ -2237,7 +2237,8 @@ begin
|
|||||||
if Active then
|
if Active then
|
||||||
begin
|
begin
|
||||||
B.InitialiseSpareRecord(IntAllocRecordBuffer);
|
B.InitialiseSpareRecord(IntAllocRecordBuffer);
|
||||||
BuildIndex(B);
|
if (F.Fields<>'') then
|
||||||
|
BuildIndex(B);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if (FIndexes.Count+2>FMaxIndexesCount) then
|
if (FIndexes.Count+2>FMaxIndexesCount) then
|
||||||
|
Loading…
Reference in New Issue
Block a user