abbeycode / UnrarKit

Easily read RAR archives on Mac and iOS
BSD 2-Clause "Simplified" License
313 stars 93 forks source link

Fix listFileInfo for multi-volume archives #69

Closed abbeycode closed 6 years ago

abbeycode commented 6 years ago

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.