Focus on Non-BT Impls for the Moment

This commit is contained in:
W. Felix Handte 2018-05-29 16:06:23 -04:00
parent 2e93736a77
commit 211a61b69b

View File

@ -1244,7 +1244,7 @@ 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
&& cdict->cParams.strategy <= ZSTD_lazy2
&& ZSTD_equivalentCParams(cctx->appliedParams.cParams,
cdict->cParams);