Merge branch 'dev' of github.com:facebook/zstd into dev

dev
Yann Collet 2017-10-02 16:34:26 -07:00
commit 9b166d2291
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ static ZSTD_CCtx_params ZSTD_assignParamsToCCtxParams(
ZSTD_CCtx_params ret = cctxParams;
ret.cParams = params.cParams;
ret.fParams = params.fParams;
ret.compressionLevel = ZSTD_CLEVEL_CUSTOM;
return ret;
}