Attach Dicts when Using ZSTD_btopt and ZSTD_btultra

dev
W. Felix Handte 2018-06-13 16:54:31 -04:00
parent e30f13bde0
commit 93c3184d44
1 changed files with 0 additions and 1 deletions

View File

@ -1245,7 +1245,6 @@ static size_t ZSTD_resetCCtx_usingCDict(ZSTD_CCtx* cctx,
|| pledgedSrcSize == ZSTD_CONTENTSIZE_UNKNOWN )
&& !params.forceWindow /* dictMatchState isn't correctly
* handled in _enforceMaxDist */
&& cdict->cParams.strategy <= ZSTD_btlazy2
&& ZSTD_equivalentCParams(cctx->appliedParams.cParams,
cdict->cParams);