2
0
mirror of https://github.com/vasi/pixz synced 2024-11-16 21:26:04 +00:00

Oops, re-enable multi-header

This commit is contained in:
Dave Vasilevsky 2010-10-13 23:37:50 -04:00
parent 2c5c33120a
commit 6bb84ae256

View File

@ -123,8 +123,8 @@ int main(int argc, char **argv) {
die("Error reading archive entry");
}
const char *path = archive_entry_pathname(entry);
// if (is_multi_header(path))
// continue;
if (is_multi_header(path))
continue;
size_t size = archive_entry_size(entry);
if (!w)