tests: use G_GUINT64_FORMAT

This commit is contained in:
Christian Hergert
2018-02-19 14:33:04 -08:00
parent 88b8c20e79
commit 4d8c1b2a46

View File

@ -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;