From: Yann Collet Date: Wed, 13 Jul 2016 11:52:58 +0000 (+0200) Subject: changed for #245 X-Git-Tag: v0.7.4^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbc69f8649cb4c58e6aa50172306a95c768ee794;p=thirdparty%2Fzstd.git changed for #245 --- diff --git a/lib/dictBuilder/zdict.c b/lib/dictBuilder/zdict.c index f1af41962..4e7d5b168 100644 --- a/lib/dictBuilder/zdict.c +++ b/lib/dictBuilder/zdict.c @@ -284,7 +284,7 @@ static dictItem ZDICT_analyzePos( U32 refinedEnd = end; DISPLAYLEVEL(4, "\n"); - DISPLAYLEVEL(4, "found %3u matches of length >= %u at pos %7u ", (U32)(end-start), MINMATCHLENGTH, (U32)pos); + DISPLAYLEVEL(4, "found %3u matches of length >= %i at pos %7u ", (U32)(end-start), MINMATCHLENGTH, (U32)pos); DISPLAYLEVEL(4, "\n"); for (searchLength = MINMATCHLENGTH ; ; searchLength++) {