summaryrefslogtreecommitdiff
path: root/xc/lib/XIE/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/XIE/init.c')
-rw-r--r--xc/lib/XIE/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/XIE/init.c b/xc/lib/XIE/init.c
index 1760e82c2..f345e2369 100644
--- a/xc/lib/XIE/init.c
+++ b/xc/lib/XIE/init.c
@@ -23,7 +23,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/lib/XIE/init.c,v 3.3 1999/06/13 16:18:10 dawes Exp $ */
+/* $XFree86: xc/lib/XIE/init.c,v 3.4 2000/09/26 15:56:53 tsi Exp $ */
#define NEED_EVENTS /* so XErrorEvent will get pulled in */
@@ -109,7 +109,7 @@ XieExtensionInfo **extinfo_ret;
(*extinfo_ret)->cnst_levels = (unsigned long *)
Xmalloc (rep.length * sizeof (unsigned long));
- _XRead32 (display, (*extinfo_ret)->cnst_levels, rep.length << 2);
+ _XRead32 (display, (long *)((*extinfo_ret)->cnst_levels), rep.length << 2);
/*