aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-12-01 18:12:03 +0200
committerLasse Collin <lasse.collin@tukaani.org>2022-12-01 18:12:03 +0200
commit0c3627b51862eb0dcdd4fc283d046250571991c6 (patch)
tree3ef9370658c248449d3139fff26fec03cea7eeb8 /src/liblzma/api
parentliblzma: Silence unused variable warning when BCJ filters are disabled. (diff)
downloadxz-0c3627b51862eb0dcdd4fc283d046250571991c6.tar.xz
liblzma: Don't be over-specific in lzma_str_to_filters API doc.
Diffstat (limited to 'src/liblzma/api')
-rw-r--r--src/liblzma/api/lzma/filter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/liblzma/api/lzma/filter.h b/src/liblzma/api/lzma/filter.h
index 78ef47b3..58c83bf7 100644
--- a/src/liblzma/api/lzma/filter.h
+++ b/src/liblzma/api/lzma/filter.h
@@ -583,8 +583,7 @@ extern LZMA_API(lzma_ret) lzma_filter_flags_decode(
* an int to make it straightforward to use this
* as printf() field width. The value is guaranteed
* to be in the range [0, INT_MAX] even if strlen(str)
- * somehow was greater than INT_MAX. On success this
- * is equal to min(strlen(str), INT_MAX).
+ * somehow was greater than INT_MAX.
* \param filters An array of lzma_filter structures. There must
* be LZMA_FILTERS_MAX + 1 (that is, five) elements
* in the array. The old contents are ignored so it