mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 08:51:21 +02:00
* Fixed overflow for large records (bug10003)
git-svn-id: trunk@11269 -
This commit is contained in:
parent
96edd65a89
commit
864f01ebea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user