summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
cf1b26d)
Use correct printf string.
* unsigned int *posix_total, unsigned int *sht_total,
* unsigned int *size_total)
* {
* 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,
* sht[0] == 'u' ? "un" : "",
* sht+1,
* strlen(posix)*100 / size,