--- 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:
marco 2019-02-03 14:07:38 +00:00
parent 74c7603da2
commit 308b61522c

View File

@ -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 ***************************** }