Refactored the guts of -listFileInfo: into a new method -allFileInfo:, so the original can filter out duplicates resulting from files that span volumes. This was resulting in an incorrect total archive size being reported for multi-volume archives.
This issue was originally reported by @skito in issue #67.
Refactored the guts of
-listFileInfo:
into a new method-allFileInfo:
, so the original can filter out duplicates resulting from files that span volumes. This was resulting in an incorrect total archive size being reported for multi-volume archives.This issue was originally reported by @skito in issue #67.