Include record size adjustment.

This commit is contained in:
Garret Rieger 2021-04-21 12:15:29 -07:00
parent 8ab6af03c8
commit e0f1c15ad0

View File

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