mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
14 lines
515 B
Diff
14 lines
515 B
Diff
diff --git a/src/tests/allocs-by-size.c b/src/tests/allocs-by-size.c
|
|
index 666113a..6260d4b 100644
|
|
--- a/src/tests/allocs-by-size.c
|
|
+++ b/src/tests/allocs-by-size.c
|
|
@@ -109,7 +109,7 @@ allocs_by_size (SysprofCaptureReader *reader)
|
|
{
|
|
const Item *item = &g_array_index (ar, Item, i);
|
|
|
|
- g_print ("%"G_GUINT64_FORMAT",%"G_GUINT64_FORMAT",%"G_GUINT64_FORMAT"\n",
|
|
+ g_print ("%"G_GSIZE_FORMAT",%"G_GSIZE_FORMAT",%"G_GSIZE_FORMAT"\n",
|
|
item->size, item->cmp, item->count);
|
|
}
|
|
}
|