Fix Rescale Continue Special Case
This commit is contained in:
parent
7321e4c9f3
commit
7100d24221
@ -1461,7 +1461,8 @@ static size_t ZSTD_resetCCtx_internal(ZSTD_CCtx* zc,
|
||||
&zc->blockState.matchState,
|
||||
&zc->workspace,
|
||||
¶ms.cParams,
|
||||
ZSTDcrp_noMemset, ZSTD_resetTarget_CCtx));
|
||||
crp,
|
||||
ZSTD_resetTarget_CCtx));
|
||||
}
|
||||
return ZSTD_continueCCtx(zc, ¶ms, pledgedSrcSize);
|
||||
} } }
|
||||
|
Loading…
Reference in New Issue
Block a user