Fix Rescale Continue Special Case

This commit is contained in:
W. Felix Handte 2019-08-29 16:33:45 -04:00
parent 7321e4c9f3
commit 7100d24221

View File

@ -1461,7 +1461,8 @@ static size_t ZSTD_resetCCtx_internal(ZSTD_CCtx* zc,
&zc->blockState.matchState,
&zc->workspace,
&params.cParams,
ZSTDcrp_noMemset, ZSTD_resetTarget_CCtx));
crp,
ZSTD_resetTarget_CCtx));
}
return ZSTD_continueCCtx(zc, &params, pledgedSrcSize);
} } }