changeset 23107:44eda932afcf

(x_calc_absolute_position): Cast argument to XFree, in case it was prototyped the old way.
author Karl Heuer <kwzh@gnu.org>
date Wed, 26 Aug 1998 20:29:59 +0000
parents a0082bd79e91
children 0005f4030460
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Wed Aug 26 20:26:12 1998 +0000
+++ b/src/xterm.c	Wed Aug 26 20:29:59 1998 +0000
@@ -5475,7 +5475,7 @@
 				&newparent, &newchildren, &nchildren))
 		break;
 
-	      XFree (newchildren);
+	      XFree ((char *) newchildren);
 
 	      f->output_data.x->parent_desc = newparent;
 	    }