mirror of
git://sourceware.org/git/bzip2.git
synced 2024-11-23 03:33:27 +08:00
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 <vamchale@gmail.com>
This commit is contained in:
parent
475173c2d0
commit
4022613462
@ -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
|
||||
</programlisting>
|
||||
|
Loading…
Reference in New Issue
Block a user