Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Produce Zip64 format as needed when using -K (--zip).
Before -K would fail when the compressed or uncompressed data, or
the offset of the central directory, was 4 GiB or more. Now -K
will use Zip64 data descriptors in the local and central headers,
and will use the Zip64 end records as needed.
  • Loading branch information
madler committed Oct 11, 2016
1 parent 9486b45 commit 4079828
Showing 1 changed file with 232 additions and 146 deletions.

0 comments on commit 4079828

Please sign in to comment.