diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-11 12:15:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-11 12:15:46 (GMT) |
commit | 20893de885456ce9dd6a8e736057a278725bb47a (patch) | |
tree | ef52308917db211451f0dfd15128fcd76ecc0216 /compat/zlib/infback.c | |
parent | 616b93b0239bfc54be3cc05955f22e6a07ed0127 (diff) | |
download | tcl-20893de885456ce9dd6a8e736057a278725bb47a.zip tcl-20893de885456ce9dd6a8e736057a278725bb47a.tar.gz tcl-20893de885456ce9dd6a8e736057a278725bb47a.tar.bz2 |
Update zlib to version 1.2.12 (windows-arm version of zlib1.dll still missing)
Diffstat (limited to 'compat/zlib/infback.c')
-rw-r--r-- | compat/zlib/infback.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/zlib/infback.c b/compat/zlib/infback.c index 59679ec..a390c58 100644 --- a/compat/zlib/infback.c +++ b/compat/zlib/infback.c @@ -1,5 +1,5 @@ /* infback.c -- inflate using a call-back interface - * Copyright (C) 1995-2016 Mark Adler + * Copyright (C) 1995-2022 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -477,6 +477,7 @@ void FAR *out_desc; } Tracev((stderr, "inflate: codes ok\n")); state->mode = LEN; + /* fallthrough */ case LEN: /* use inflate_fast() if we have enough input and output */ |