1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11-wm/wm2/files/patch-Client.C
Dmitry Marakasov 3c48cf373a - Switch to options helpers
- Extend pkg-descr
- Regenerate patches with `make makepatch`
2016-02-14 21:46:37 +00:00

12 lines
206 B
C

--- Client.C.orig 1997-03-21 11:12:30 UTC
+++ Client.C
@@ -410,7 +410,7 @@ int Client::getAtomProperty(Atom a, Atom
x = *p;
XFree((void *)p);
- return (int)x;
+ return (intptr_t)x;
}