Fix bug misidentifying a multi-entry zip file.

If the first entry of the zip file was zero length and used a
ZIP64 data descriptor, it would decompress properly, but then pigz
would complain about subsequent entries in the zip file, even if
there were none.
1 file changed