diff tools/fanalyze.c @ 2384:36edd316184a

Fix some format strings to use proper PRI*_SIZE_T where necessary.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jan 2020 15:20:23 +0200
parents 180604abb65a
children 647671a9a0b8
line wrap: on
line diff
--- a/tools/fanalyze.c	Thu Jan 09 14:55:41 2020 +0200
+++ b/tools/fanalyze.c	Thu Jan 09 15:20:23 2020 +0200
@@ -930,7 +930,7 @@
         //
         BOOL slow = FALSE;
         int ss = 0;
-        dmPrint(0, "Attempting to find matching sequences of %" DM_PRIu_SIZE_T" bytes or more.\n",
+        dmPrint(0, "Attempting to find matching sequences of %" DM_PRIu_SIZE_T " bytes or more.\n",
             optMinMatchLen);
 
         if (totalSize > 32*1024)