Bug #1766498 fix
Brought to you by:
thomas
When you use Zip::ZipInputStream.open(filename) instead of Zip::ZipFile.foreach(filename) and ask for an entry if is a file or a directory the answer allways was "file". This patch only adds another check in the read_local_entry function in the ZipEntry class. The patch was created with last sources from CVS.
Anonymous
Patch file that fixes bug #1766498