MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / ClearZFI

Function ClearZFI

Source/Internal/zip_util.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46const int opt_compress_level = Z_DEFAULT_COMPRESSION;
47
48void ClearZFI(zip_fileinfo& zi) {
49 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
50 zi.tmz_date.tm_mday = zi.tmz_date.tm_mon = zi.tmz_date.tm_year = 0;
51 zi.dosDate = 0;
52 zi.internal_fa = 0;
53 zi.external_fa = 0;
54}
55
56class ZipFile {
57 zipFile zf;

Callers 1

AddFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected