]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed zstreamtest
authorYann Collet <cyan@fb.com>
Wed, 28 Jun 2017 16:57:59 +0000 (09:57 -0700)
committerYann Collet <cyan@fb.com>
Wed, 28 Jun 2017 16:57:59 +0000 (09:57 -0700)
commit1fd2df9c2cfacb84fe7340842ea80b7e8a97cdc1
tree997d447a3fc21925623e7496313638bc4fa91993
parent2e4274262dbb0c1b549a3f1effc334c38345b841
fixed zstreamtest

modifying compression parameters is not allowed after ZSTD_CCtx_loadDictionary()
but it is still allowed after ZSTD_refPrefix()
tests/zstreamtest.c