Explorar el Código

--- 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 -

marco hace 6 años
padre
commit
308b61522c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/objpas/classes/bits.inc

+ 1 - 1
rtl/objpas/classes/bits.inc

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