X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fshort_types%2F_info;h=333d84ef230cf4885b8c7e2e873e16aa95d73226;hp=1fdc3a40cf11d521fabb8881903cf81c874d0372;hb=a6aa7d044cd8ebd32fa7a685de640a0dad28968a;hpb=cf1b26db4b43f3e5a4448abcd45c424cc2207928 diff --git a/ccan/short_types/_info b/ccan/short_types/_info index 1fdc3a40..333d84ef 100644 --- a/ccan/short_types/_info +++ b/ccan/short_types/_info @@ -29,7 +29,7 @@ * unsigned int *posix_total, unsigned int *sht_total, * unsigned int *size_total) * { - * printf("\t%ssigned %s: POSIX %i%%, short %i%%\n", + * printf("\t%ssigned %s: POSIX %zu%%, short %zu%%\n", * sht[0] == 'u' ? "un" : "", * sht+1, * strlen(posix)*100 / size,