summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--count.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/count.c b/count.c
index d05ec60..9496b04 100644
--- a/count.c
+++ b/count.c
@@ -219,8 +219,8 @@ call_summary(FILE *outf)
set_personality(i);
if (i)
fprintf(outf,
- "System call usage summary for %u bit mode:\n",
- current_wordsize * 8);
+ "System call usage summary for %d bit mode:\n",
+ (int) (current_wordsize * 8));
call_summary_pers(outf);
}