mattconnolly / ZipArchive

zip archive processing for Cocoa - iPhone and OS X
http://code.google.com/p/ziparchive/
MIT License
840 stars 260 forks source link

UnzipFileToMemory doesn't return files with zero length #62

Open wallclimber21 opened 9 years ago

wallclimber21 commented 9 years ago

When an archive contains files that have zero length, they will not be returned by UnzipFileToMemory.

There are cases where empty files have merit, so I'm submitting a (weak) plea to make it behave in this way.

If you agree, I'll be submitting a patch.

Tom