Differences From Artifact [c4810f0178]:
- File src/zip.c — part of check-in [579ae389ce] at 2014-08-18 17:13:26 on branch miniz — Replaced zlib usage with local copy of miniz. Seems to work. (user: stephan size: 12923)
To Artifact [bc01464093]:
- File src/zip.c — part of check-in [26ecec6c2c] at 2014-08-19 16:52:48 on branch miniz — "the zip file patch" from Baruch. (user: stephan size: 12924)
| ︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + | ** ******************************************************************************* ** ** This file contains code used to generate ZIP archives. */ #include "config.h" #include <assert.h> |
| ︙ |