]> git.ipfire.org Git - thirdparty/zstd.git/commit
getParameter fills an int*
authorYann Collet <cyan@fb.com>
Wed, 21 Nov 2018 23:37:26 +0000 (15:37 -0800)
committerYann Collet <cyan@fb.com>
Wed, 21 Nov 2018 23:37:26 +0000 (15:37 -0800)
commitd4d4e109e97a3c460fc380e91b7e97680570d0d2
treed6d133e12eea58e990628dd2ddd5514256b5a1fb
parentfea920615cb8240d85918fdb9e209daae7b512f0
getParameter fills an int*

rather than an unsigned*
for consistency
since type of setParameter() changed to int.
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/zstd.h
tests/fuzzer.c
tests/zstreamtest.c