Update tp the latest files from GTKWave

This commit is contained in:
Cary R 2017-12-13 21:55:27 -08:00
parent dab896c463
commit 480fb0b418
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ _next_match:
/* Match description too long : reduce it */
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;
if (matchLength>=ML_MASK)