commit | 13733d3599f6de5223b4590db1ffa2da0f9cbf70 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Jan 10 13:06:57 2014 +0000 |
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | Sun Apr 06 09:30:29 2014 +0700 |
tree | 064604fa0d3547a1d1e9109d0359a3f9676882ad | |
parent | 6786b974a95ee8a263a76381074c55083faf123c [diff] |
libarchive: open_zipped() does not need to check extensions for e.g. gzip We only need to check for signature-less extensions, currently only .lzma. The rest can be happily autodetected. This fixes "zcat FILE_WITHOUT_GZ_EXT" case, among others. Change-Id: I2d52e398e2422265ba2ef530f9b2edfb20affc6f Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>