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