summaryrefslogtreecommitdiff
path: root/zwgc/xselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/xselect.c')
-rw-r--r--zwgc/xselect.c2
1 files changed, 1 insertions, 1 deletions
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);
}