From 00dad70b56978403d6b42b780eb8067690815bd3 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 25 Feb 2010 14:58:50 +1100 Subject: Fix build failures on amd64 --- tests/test-glib-proxy-proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-glib-proxy-proxy.c b/tests/test-glib-proxy-proxy.c index 1059cfd..722cf1f 100644 --- a/tests/test-glib-proxy-proxy.c +++ b/tests/test-glib-proxy-proxy.c @@ -19,7 +19,7 @@ static GMainLoop * mainloop = NULL; void root_changed (DbusmenuClient * client, DbusmenuMenuitem * newroot, gpointer user_data) { - g_debug("New root: %X", (guint)newroot); + g_debug("New root: %p", newroot); if (newroot == NULL) { g_debug("Root removed, exiting"); -- cgit v1.2.3