Include record size adjustment.
This commit is contained in:
parent
8ab6af03c8
commit
e0f1c15ad0
@ -571,7 +571,7 @@ class BaseTable(object):
|
||||
countValue = 1
|
||||
if conv.repeat:
|
||||
if conv.repeat in reader:
|
||||
countValue = reader[conv.repeat]
|
||||
countValue = reader[conv.repeat] + conv.aux
|
||||
else:
|
||||
return NotImplemented
|
||||
totalSize += size * countValue
|
||||
|
Loading…
x
Reference in New Issue
Block a user