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/inffast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib/inffast.c') diff --git a/zlib/inffast.c b/zlib/inffast.c index 29eb7d8..0dbd1db 100644 --- a/zlib/inffast.c +++ b/zlib/inffast.c @@ -1,5 +1,5 @@ /* inffast.c -- fast decoding - * Copyright (C) 1995-2008, 2010, 2013, 2016 Mark Adler + * Copyright (C) 1995-2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ -- cgit v1.1