mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 03:50:30 +01:00
* patch from mantis 34851 committed. use size in bits to set result of openbit instead of a fsize*32.
git-svn-id: trunk@41185 -
This commit is contained in:
parent
6ffe906794
commit
91fd2396fc
@ -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