From 0a1b1120ff30703ff6e661a7b7901380f0ce4192 Mon Sep 17 00:00:00 2001 From: Jeffrey Hutzelman Date: Mon, 18 Mar 2013 00:19:59 -0400 Subject: Dewarn with -DDEBUG It's sort of nice to be able to build with debugging. --- zwgc/xselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zwgc/xselect.c') diff --git a/zwgc/xselect.c b/zwgc/xselect.c index 89f594d..45ac997 100644 --- a/zwgc/xselect.c +++ b/zwgc/xselect.c @@ -127,7 +127,7 @@ xselSetProperties(Display *dpy, spec (or if this program is buggy), but it could happen */ #ifdef DEBUG fprintf(stderr, - "SelectionRequest event received for unowned selection: requestor wid=0x%x", w); + "SelectionRequest event received for unowned selection: requestor wid=0x%lx", (unsigned long)w); #endif ChangeProp(XA_STRING,8,"",0); } -- cgit v1.2.3