Browse Source

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

git-svn-id: trunk@5777 -
joost 18 years ago
parent
commit
e1c1dbf9eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fcl/db/bufdataset.pp

+ 1 - 1
fcl/db/bufdataset.pp

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