mirror of https://git.tukaani.org/xz.git
liblzma: Don't be over-specific in lzma_str_to_filters API doc.
This commit is contained in:
parent
94adf057f2
commit
0c3627b518
|
@ -583,8 +583,7 @@ extern LZMA_API(lzma_ret) lzma_filter_flags_decode(
|
||||||
* an int to make it straightforward to use this
|
* an int to make it straightforward to use this
|
||||||
* as printf() field width. The value is guaranteed
|
* as printf() field width. The value is guaranteed
|
||||||
* to be in the range [0, INT_MAX] even if strlen(str)
|
* to be in the range [0, INT_MAX] even if strlen(str)
|
||||||
* somehow was greater than INT_MAX. On success this
|
* somehow was greater than INT_MAX.
|
||||||
* is equal to min(strlen(str), INT_MAX).
|
|
||||||
* \param filters An array of lzma_filter structures. There must
|
* \param filters An array of lzma_filter structures. There must
|
||||||
* be LZMA_FILTERS_MAX + 1 (that is, five) elements
|
* be LZMA_FILTERS_MAX + 1 (that is, five) elements
|
||||||
* in the array. The old contents are ignored so it
|
* in the array. The old contents are ignored so it
|
||||||
|
|
Loading…
Reference in New Issue