mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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 (type != 0);
|
||||
|
||||
g_print ("%s %lx\n", name, addr);
|
||||
g_print ("%s %"G_GUINT64_FORMAT"x\n", name, addr);
|
||||
}
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user