changeset 1683:187a9f3c9e88

Use DM_PRIu_SIZE_T for size_t type.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 31 May 2018 15:25:56 +0300
parents 2cfb4806cf71
children e7990551c6d6
files tools/fanalyze.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/fanalyze.c	Thu May 31 15:15:50 2018 +0300
+++ b/tools/fanalyze.c	Thu May 31 15:25:56 2018 +0300
@@ -173,7 +173,7 @@
         BOOL var = el->variants > 1;
 
         if (n == 0)
-            printf("%08x | ", offs);
+            printf("%08" DM_PRIu_SIZE_T "x | ", offs);
 
         if (var)
             printf("[%2d] ", el->variants);