fix for ZSTD_HcGetAllMatches_generic
This commit is contained in:
parent
be77f3342d
commit
ce6730a740
@ -364,7 +364,7 @@ U32 ZSTD_HcGetAllMatches_generic (
|
||||
|
||||
while ((matchIndex>lowLimit) && (nbAttempts)) {
|
||||
size_t currentMl=0;
|
||||
U32 back = 0;
|
||||
int back = 0;
|
||||
nbAttempts--;
|
||||
if ((!extDict) || matchIndex >= dictLimit) {
|
||||
match = base + matchIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user