comparison 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
comparison
equal deleted inserted replaced
2383:43e39d9ec42f 2384:36edd316184a
928 // 928 //
929 // Attempt to find matching sequences of N+ 929 // Attempt to find matching sequences of N+
930 // 930 //
931 BOOL slow = FALSE; 931 BOOL slow = FALSE;
932 int ss = 0; 932 int ss = 0;
933 dmPrint(0, "Attempting to find matching sequences of %" DM_PRIu_SIZE_T" bytes or more.\n", 933 dmPrint(0, "Attempting to find matching sequences of %" DM_PRIu_SIZE_T " bytes or more.\n",
934 optMinMatchLen); 934 optMinMatchLen);
935 935
936 if (totalSize > 32*1024) 936 if (totalSize > 32*1024)
937 { 937 {
938 dmPrint(0, 938 dmPrint(0,