1
0
miroir de https://git.tukaani.org/xz.git synchronisé 2025-10-17 14:43:28 +00:00

liblzma: Fix docs: lzma_block_decoder() cannot return LZMA_UNSUPPORTED_CHECK.

If Check is unsupported, it will be silently ignored.
It's the caller's job to handle it.
Cette révision appartient à :
Lasse Collin 2022-03-06 16:54:23 +02:00
Parent 1a4bb97a00
révision 717631b978

Voir le fichier

@ -464,9 +464,6 @@ extern LZMA_API(lzma_ret) lzma_block_encoder(
* LZMA_FINISH is not required. It is supported only for convenience.
*
* \return - LZMA_OK: All good, continue with lzma_code().
* - LZMA_UNSUPPORTED_CHECK: Initialization was successful, but
* the given Check ID is not supported, thus Check will be
* ignored.
* - LZMA_PROG_ERROR
* - LZMA_MEM_ERROR
*/