assert externalRepSearch != ZSTD_ps_auto
This commit is contained in:
@@ -6335,6 +6335,7 @@ ZSTD_copySequencesToSeqStoreExplicitBlockDelim(ZSTD_CCtx* cctx,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* If we skipped repcode search while parsing, we need to update repcodes now */
|
/* If we skipped repcode search while parsing, we need to update repcodes now */
|
||||||
|
assert(externalRepSearch != ZSTD_ps_auto);
|
||||||
assert(idx >= startIdx);
|
assert(idx >= startIdx);
|
||||||
if (externalRepSearch == ZSTD_ps_disable && idx != startIdx) {
|
if (externalRepSearch == ZSTD_ps_disable && idx != startIdx) {
|
||||||
U32* const rep = updatedRepcodes.rep;
|
U32* const rep = updatedRepcodes.rep;
|
||||||
|
|||||||
Reference in New Issue
Block a user