From: Yann Collet Date: Thu, 30 Mar 2017 00:09:59 +0000 (-0700) Subject: fixed #634 : ZSTDMT_compressCCtx() doesn't provide frame content size in header X-Git-Tag: v1.2.0^2~72^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e1e26f2acd9aac3fd6b51cd55e9b07d3562211c;p=thirdparty%2Fzstd.git fixed #634 : ZSTDMT_compressCCtx() doesn't provide frame content size in header --- diff --git a/tests/fuzzer.c b/tests/fuzzer.c index 9d8121806..fed875843 100644 --- a/tests/fuzzer.c +++ b/tests/fuzzer.c @@ -190,7 +190,7 @@ static int basicUnitTests(U32 seed, double compressibility) DISPLAYLEVEL(4, "OK \n"); - /* ZSTDMT Multi-threading test */ + /* ZSTDMT simple MT compression test */ DISPLAYLEVEL(4, "test%3i : create ZSTDMT CCtx : ", testNb++); { ZSTDMT_CCtx* mtctx = ZSTDMT_createCCtx(2); if (mtctx==NULL) {