Explorar o código

* TBufDataset.Recordsize now includes the size of the bookmark-information

git-svn-id: trunk@5777 -
joost %!s(int64=18) %!d(string=hai) anos
pai
achega
e1c1dbf9eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fcl/db/bufdataset.pp

+ 1 - 1
fcl/db/bufdataset.pp

@@ -922,7 +922,7 @@ end;
 function TBufDataset.GetRecordSize : Word;
 
 begin
-  result := FRecordSize;
+  result := FRecordSize + sizeof(TBufBookmark);
 end;
 
 function TBufDataset.GetChangeCount: integer;