* changed bookmarksize to sizeof(longint) Mantis #13967

git-svn-id: trunk@20182 -
This commit is contained in:
marco 2012-01-27 08:50:37 +00:00
parent 00ca9b4ce5
commit 60ff11d19e

View File

@ -265,7 +265,7 @@ begin
FRecBufferSize:=0;
FRecInfoOffset:=0;
FCurrRecNo:=-1;
BookmarkSize := sizeof(TMTRecInfo);
BookmarkSize := sizeof(Longint);
FIsOpen:=False;
end;