mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
tests: use G_GUINT64_FORMAT
This commit is contained in:
@ -27,7 +27,7 @@ main (gint argc,
|
|||||||
g_assert (addr != 0);
|
g_assert (addr != 0);
|
||||||
g_assert (type != 0);
|
g_assert (type != 0);
|
||||||
|
|
||||||
g_print ("%s %lx\n", name, addr);
|
g_print ("%s %"G_GUINT64_FORMAT"x\n", name, addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
|||||||
Reference in New Issue
Block a user