From c1c956b281d05aac032b5f52c5d374de33bca26b Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 1 Sep 2005 14:08:38 +0000 Subject: [PATCH] Remove statement about meaning of constants; arguably it's incorrect --- Doc/lib/libzlib.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index 03e56f4da87..2df8b85fa97 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -115,8 +115,7 @@ All pending input is processed, and a string containing the remaining compressed output is returned. \var{mode} can be selected from the constants \constant{Z_SYNC_FLUSH}, \constant{Z_FULL_FLUSH}, or \constant{Z_FINISH}, defaulting to \constant{Z_FINISH}. \constant{Z_SYNC_FLUSH} and -\constant{Z_FULL_FLUSH} allow compressing further strings of data and -are used to allow partial error recovery on decompression, while +\constant{Z_FULL_FLUSH} allow compressing further strings of data, while \constant{Z_FINISH} finishes the compressed stream and prevents compressing any more data. After calling \method{flush()} with \var{mode} set to \constant{Z_FINISH}, the