diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-30 15:21:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-30 15:21:28 (GMT) |
commit | 876a5d67826981d371dae6608868539e99b3c916 (patch) | |
tree | 568a0e6626389aa86db85e39b04b81f686a111ac /generic/tclZipfs.c | |
parent | 4187ab8e37b22866a8b3a8727b9d661bca6378c8 (diff) | |
parent | 289e2891a65d4dd58af34a60ffc2228dbb0b27fe (diff) | |
download | tcl-876a5d67826981d371dae6608868539e99b3c916.zip tcl-876a5d67826981d371dae6608868539e99b3c916.tar.gz tcl-876a5d67826981d371dae6608868539e99b3c916.tar.bz2 |
Let's try a real C++ build with Travis on Linux
Diffstat (limited to 'generic/tclZipfs.c')
-rw-r--r-- | generic/tclZipfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclZipfs.c b/generic/tclZipfs.c index 160abf9..7b8f162 100644 --- a/generic/tclZipfs.c +++ b/generic/tclZipfs.c @@ -276,7 +276,7 @@ static struct { Tcl_HashTable fileHash; /* File name to ZipEntry mapping */ Tcl_HashTable zipHash; /* Mount to ZipFile mapping */ } ZipFS = { - 0, 0, 0, DEFAULT_WRITE_MAX_SIZE, 0, + 0, 0, 0, DEFAULT_WRITE_MAX_SIZE, 0, {0}, {0} }; /* |