summaryrefslogtreecommitdiffstats
path: root/src/elfcompress.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elfcompress.c')
-rw-r--r--src/elfcompress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elfcompress.c b/src/elfcompress.c
index 5be2375d..23939db8 100644
--- a/src/elfcompress.c
+++ b/src/elfcompress.c
@@ -237,7 +237,7 @@ compress_section (Elf_Scn *scn, size_t orig_size, const char *name,
}
float new = shdr->sh_size;
float orig = orig_size ?: 1;
- printf (" (%" PRIu64 " => %" PRIu64 " %.2f%%)\n",
+ printf (" (%zu => %" PRIu64 " %.2f%%)\n",
orig_size, shdr->sh_size, (new / orig) * 100);
}
}