# HG changeset patch # User Matti Hamalainen # Date 1425336583 -7200 # Node ID 778647cccb3635cbc23c7dd9abdb956919eb0871 # Parent 06a375df1787a98659a7a650cdad38010f6de4a6 Use TH_PRIx_SIZE_T here. diff -r 06a375df1787 -r 778647cccb36 th_network.c --- a/th_network.c Mon Mar 02 22:43:23 2015 +0200 +++ b/th_network.c Tue Mar 03 00:49:43 2015 +0200 @@ -956,7 +956,7 @@ left -= amount; // Dump offs | xx xx xx xx | and fill string - fprintf(f, "%04zx | ", offs); + fprintf(f, "%04" TH_PRIx_SIZE_T " | ", offs); for (bufoffs = 0; bufoffs < amount; offs++, bufoffs++, p++) { fprintf(f, "%02x ", *p);