x11: uint -> ulong on clipboard read for x86-64

This commit is contained in:
Russ Cox 2009-03-13 16:09:54 +00:00
parent 5cc6f05c4d
commit 3c2bf42f22
1 changed files with 1 additions and 1 deletions

View File

@ -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;