mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 13:08:00 +02:00
--- Merging r41185 into '.':
U rtl/objpas/classes/bits.inc --- Recording mergeinfo for merge of r41185 into '.': U . # revisions: 41185 git-svn-id: branches/fixes_3_2@41186 -
This commit is contained in:
parent
74c7603da2
commit
308b61522c
@ -107,7 +107,7 @@ begin
|
||||
end;
|
||||
|
||||
if FSize < MaxBitRec then
|
||||
result := FSize * 32; {first bit of next record}
|
||||
result := FBSize; {first bit of next record}
|
||||
end;
|
||||
|
||||
{ ******************** TBits ***************************** }
|
||||
|
Loading…
Reference in New Issue
Block a user