summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/misc/string_bench.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/misc/string_bench.c')
-rw-r--r--benchmarks/misc/string_bench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/misc/string_bench.c b/benchmarks/misc/string_bench.c
index e93328d4..fb2a70b2 100644
--- a/benchmarks/misc/string_bench.c
+++ b/benchmarks/misc/string_bench.c
@@ -149,5 +149,5 @@ void benchmark(cvec_str vec_string, struct Maps maps)
grandtotal += total;
printf(" timing:%5.0fms\n", (clock() - stopwatch) / (float)CLOCKS_PER_SEC * 1000.0f);
- printf("C grandtotal: %zu <--- Ignore this\n", grandtotal);
+ printf("C grandtotal: %" PRIuMAX " <--- Ignore this\n", grandtotal);
}