mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 14:32:07 +02:00
* TBufDataset.Locate now takes active index into account, bug #14979
git-svn-id: trunk@15236 -
This commit is contained in:
parent
e3045406f6
commit
ba47f2f4a1
@ -2880,7 +2880,7 @@ begin
|
|||||||
Result := True;
|
Result := True;
|
||||||
break;
|
break;
|
||||||
end;
|
end;
|
||||||
CurrLinkItem := CurrLinkItem^.next;
|
CurrLinkItem := CurrLinkItem[(FCurrentIndex as TDoubleLinkedBufIndex).IndNr].next;
|
||||||
if CurrLinkItem = (FCurrentIndex as TDoubleLinkedBufIndex).FLastRecBuf then
|
if CurrLinkItem = (FCurrentIndex as TDoubleLinkedBufIndex).FLastRecBuf then
|
||||||
getnextpacket;
|
getnextpacket;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user