From b8522e0264b1dbad8c0deaf8f62fb80b41b3716d Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Wed, 24 Oct 2012 22:47:37 -0700 Subject: Add note to contrib/blast to use binary mode in stdio. --- contrib/blast/blast.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib/blast/blast.c') diff --git a/contrib/blast/blast.c b/contrib/blast/blast.c index 4ce697a..d45925a 100644 --- a/contrib/blast/blast.c +++ b/contrib/blast/blast.c @@ -1,7 +1,7 @@ /* blast.c - * Copyright (C) 2003 Mark Adler + * Copyright (C) 2003, 2012 Mark Adler * For conditions of distribution and use, see copyright notice in blast.h - * version 1.1, 16 Feb 2003 + * version 1.2, 24 Oct 2012 * * blast.c decompresses data compressed by the PKWare Compression Library. * This function provides functionality similar to the explode() function of @@ -22,6 +22,7 @@ * * 1.0 12 Feb 2003 - First version * 1.1 16 Feb 2003 - Fixed distance check for > 4 GB uncompressed data + * 1.2 24 Oct 2012 - Add note about using binary mode in stdio */ #include /* for setjmp(), longjmp(), and jmp_buf */ -- cgit v1.2.3-55-g6feb