diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-08 23:13:03 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-08 23:13:03 (GMT) |
| commit | 37295b4c1cb1855a1b41ee04672cf25df3e56f9d (patch) | |
| tree | d1407a7ce174b1cc48e6e088e9d98f7cbf142673 /generic/tclZlib.c | |
| parent | d29c3178051f09e66db3204230d26fa28364fdd4 (diff) | |
| parent | fa56430c8b7ebbd159d6e3b45ecfd04f2a193d9b (diff) | |
| download | tcl-37295b4c1cb1855a1b41ee04672cf25df3e56f9d.zip tcl-37295b4c1cb1855a1b41ee04672cf25df3e56f9d.tar.gz tcl-37295b4c1cb1855a1b41ee04672cf25df3e56f9d.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'generic/tclZlib.c')
| -rw-r--r-- | generic/tclZlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclZlib.c b/generic/tclZlib.c index 440bb9a..c9bc77f 100644 --- a/generic/tclZlib.c +++ b/generic/tclZlib.c @@ -1154,7 +1154,7 @@ Tcl_ZlibStreamSetCompressionDictionary( ZlibStreamHandle *zshPtr = (ZlibStreamHandle *) zshandle; if (compressionDictionaryObj && (NULL == TclGetBytesFromObj(NULL, - compressionDictionaryObj, NULL))) { + compressionDictionaryObj, (int *)NULL))) { /* Missing or invalid compression dictionary */ compressionDictionaryObj = NULL; } |
