From 9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 20 Feb 2017 12:52:22 +0000 Subject: Sync ZLIB with FSF GCC sources, bringing in version 1.2.11. - Fix deflate stored bug when pulling last block from window - Permit immediate deflateParams changes before any deflate input --- zlib/zutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib/zutil.c') diff --git a/zlib/zutil.c b/zlib/zutil.c index 166d877..08787c6 100644 --- a/zlib/zutil.c +++ b/zlib/zutil.c @@ -1,5 +1,5 @@ /* zutil.c -- target dependent utility functions for the compression library - * Copyright (C) 1995-2005, 2010, 2011, 2012, 2016 Jean-loup Gailly + * Copyright (C) 1995-2017 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ -- cgit v1.1