virtualx-engine/modules/zip
HolonProduction ab23736751 Fix problem with ZIPPacker
The Zipfile Reference should be set to `NULL` when the `ZIPPacker` is closed not when a file in it is closed.

When calling `ZIPPacker.close` without this nothing happens because `zf` is `NULL`. (7zip could still extract the file but warned about unexpected end of file.)
2022-11-13 12:50:40 +01:00
..
doc_classes
config.py
register_types.cpp
register_types.h
SCsub
zip_packer.cpp Fix problem with ZIPPacker 2022-11-13 12:50:40 +01:00
zip_packer.h
zip_reader.cpp
zip_reader.h