summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 634bf3ca54..1e69d896b8 100644
--- a/gc.c
+++ b/gc.c
@@ -2420,7 +2420,7 @@ gc_before_sweep(rb_objspace_t *objspace)
}
if (0) {
- fprintf(stderr, "malloc_limit: %zu -> %zu\n", old_limit, malloc_limit);
+ fprintf(stderr, "malloc_limit: %"PRIuSIZE" -> %"PRIuSIZE"\n", old_limit, malloc_limit);
}
}
}