mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 00:59:30 +02:00
* changed bookmarksize to sizeof(longint) Mantis #13967
git-svn-id: trunk@20182 -
This commit is contained in:
parent
00ca9b4ce5
commit
60ff11d19e
@ -265,7 +265,7 @@ begin
|
||||
FRecBufferSize:=0;
|
||||
FRecInfoOffset:=0;
|
||||
FCurrRecNo:=-1;
|
||||
BookmarkSize := sizeof(TMTRecInfo);
|
||||
BookmarkSize := sizeof(Longint);
|
||||
FIsOpen:=False;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user