Update tp the latest files from GTKWave
This commit is contained in:
parent
dab896c463
commit
480fb0b418
|
|
@ -825,7 +825,7 @@ _next_match:
|
||||||
/* Match description too long : reduce it */
|
/* Match description too long : reduce it */
|
||||||
matchLength = (15-1) + (oMaxMatch-op) * 255;
|
matchLength = (15-1) + (oMaxMatch-op) * 255;
|
||||||
}
|
}
|
||||||
//printf("offset %5i, matchLength%5i \n", (int)(ip-match), matchLength + MINMATCH);
|
/*printf("offset %5i, matchLength%5i \n", (int)(ip-match), matchLength + MINMATCH);*/
|
||||||
ip += MINMATCH + matchLength;
|
ip += MINMATCH + matchLength;
|
||||||
|
|
||||||
if (matchLength>=ML_MASK)
|
if (matchLength>=ML_MASK)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue