mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 08:39:18 +02:00
parent
d5aa230395
commit
d979196df0
@ -93,7 +93,10 @@ end;
|
||||
|
||||
procedure TBufDataset.InternalFirst;
|
||||
begin
|
||||
FCurrentRecBuf := nil;
|
||||
// if FCurrentRecBuf = FLastRecBuf then the dataset is just opened and empty
|
||||
// in which case InternalFirst should do nothing (bug 7211)
|
||||
if FCurrentRecBuf <> FLastRecBuf then
|
||||
FCurrentRecBuf := nil;
|
||||
end;
|
||||
|
||||
procedure TBufDataset.InternalLast;
|
||||
|
Loading…
Reference in New Issue
Block a user