blob: 987c3e2bc7b3d321f6fa208d9a9f575880c9693f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.1 2008/09/08 09:41:50 dholland Exp $
--- Client.C~ 1997-03-21 06:12:30.000000000 -0500
+++ Client.C 2008-09-08 05:39:59.000000000 -0400
@@ -410,7 +410,7 @@ int Client::getAtomProperty(Atom a, Atom
x = *p;
XFree((void *)p);
- return (int)x;
+ return (int)(intptr_t)x;
}
|