diff src/xterm.c @ 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 4e83e072cd97
children b992f7bb67d7
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;
 	    }