mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 09:49:27 +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;
|
||||
break;
|
||||
end;
|
||||
CurrLinkItem := CurrLinkItem^.next;
|
||||
CurrLinkItem := CurrLinkItem[(FCurrentIndex as TDoubleLinkedBufIndex).IndNr].next;
|
||||
if CurrLinkItem = (FCurrentIndex as TDoubleLinkedBufIndex).FLastRecBuf then
|
||||
getnextpacket;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user