wapmorgan / UnifiedArchive

UnifiedArchive - an archive manager with unified interface for different formats (bundled with cli utility). Supports all formats with basic operations (reading, extracting and creation) and popular formats specific features (compression level, password-protection, comment)
http://wapmorgan.github.io/UnifiedArchive/
MIT License
274 stars 22 forks source link

UnifiedArchive::open() returns null for .tar.Z files. #15

Closed jasonhoule closed 5 years ago

jasonhoule commented 5 years ago

Describe the bug When attempting to open a .tar.z file null is returned.

Configration (please complete the following information):

To Reproduce Steps to reproduce the behavior (your code). Attempt to open a LZW compressed tar file.

Expected behavior A clear and concise description of what you expected to happen. Expected a UnifiedArchive instance to be returned.

I have submitted pull request: Fix check for LZW compression #14

wapmorgan commented 5 years ago

Merged, check it again.

wapmorgan commented 5 years ago

Is it still problem?

jasonhoule commented 5 years ago

It is working great now. Thank you!