mirror of https://github.com/0intro/conterm
x11: uint -> ulong on clipboard read for x86-64
This commit is contained in:
parent
5cc6f05c4d
commit
3c2bf42f22
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue