mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
3c48cf373a
- Extend pkg-descr - Regenerate patches with `make makepatch`
12 lines
206 B
C
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;
|
|
}
|
|
|
|
|