From 4022613462968382ad707a67d2a1c4daf99a6cec Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 17 May 2020 15:43:45 +0200 Subject: [PATCH] manual.xml: Add BZ_SEQUENCE_ERROR to return values of BZ2_bzDecompress BZ_SEQUENCE_ERROR can be returned if BZ2_bzDecompress is called after an earlier call already returned BZ_STREAM_END. Reported-by: Vanessa McHale --- manual.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual.xml b/manual.xml index 7c9e4ec..ba0480e 100644 --- a/manual.xml +++ b/manual.xml @@ -1583,6 +1583,8 @@ BZ_MEM_ERROR BZ_STREAM_END if the logical end of the data stream was detected and all output in has been consumed, eg s-->avail_out > 0 +BZ_SEQUENCE_ERROR + if called after an earlier call already returned BZ_STREAM_END BZ_OK otherwise -- 2.20.1