From 3c2bf42f227c3316fe7f7b55d2bf19a5dcc7e7a9 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 13 Mar 2009 16:09:54 +0000 Subject: [PATCH] x11: uint -> ulong on clipboard read for x86-64 --- gui-x11/x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-x11/x11.c b/gui-x11/x11.c index aae3064..93ac56f 100644 --- a/gui-x11/x11.c +++ b/gui-x11/x11.c @@ -1426,7 +1426,7 @@ _xgetsnarf(XDisplay *xd) uchar *data, *xdata; Atom clipboard, type, prop; unsigned long lastlen; - uint dummy, len; + unsigned long dummy, len; int fmt, i; Window w;