From 156e37d3879b316329e3e05579414031da2647e2 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 14 Nov 2011 09:38:56 +0100 Subject: libX11 libXext libXinerama libXmu libfontenc libxcb mesa pixman git update 14 nov 2011 --- xkbcomp/parseutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xkbcomp/parseutils.c') diff --git a/xkbcomp/parseutils.c b/xkbcomp/parseutils.c index ca665e25a..253cd9dae 100644 --- a/xkbcomp/parseutils.c +++ b/xkbcomp/parseutils.c @@ -748,12 +748,12 @@ IncludeCreate(char *str, unsigned merge) void PrintStmtAddrs(ParseCommon * stmt) { - fprintf(stderr, "0x%x", stmt); + fprintf(stderr, "%p", stmt); if (stmt) { do { - fprintf(stderr, "->0x%x", stmt->next); + fprintf(stderr, "->%p", stmt->next); stmt = stmt->next; } while (stmt); -- cgit v1.2.3