]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
changed for #245
authorYann Collet <yann.collet.73@gmail.com>
Wed, 13 Jul 2016 11:52:58 +0000 (13:52 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Wed, 13 Jul 2016 11:52:58 +0000 (13:52 +0200)
lib/dictBuilder/zdict.c

index f1af41962b483462f2c0efcc6eb5bc3dcceb4219..4e7d5b1681eaf1ea00f9f000c42eb391af31f806 100644 (file)
@@ -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++) {