* Fixed overflow for large records (bug10003)

git-svn-id: trunk@11269 -
This commit is contained in:
joost 2008-06-23 21:39:54 +00:00
parent 96edd65a89
commit 864f01ebea

View File

@ -162,8 +162,8 @@ type
FRecBufSize :Integer;
FRecordSize :Integer;
FLastBookmark :PtrInt;
FRecInfoOfs :Word;
FBookmarkOfs :Word;
FRecInfoOfs :Integer;
FBookmarkOfs :Integer;
FSaveChanges :Boolean;
protected
function AllocRecordBuffer: PChar; override;