From: Karl Heuer Date: Wed, 26 Aug 1998 20:29:59 +0000 (+0000) Subject: (x_calc_absolute_position): Cast argument to XFree, in X-Git-Tag: emacs-20.4~1842 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c3c78a3c83f5b0c6ec3ccbfa474e486c835ec81;p=emacs.git (x_calc_absolute_position): Cast argument to XFree, in case it was prototyped the old way. --- diff --git a/src/xterm.c b/src/xterm.c index 0e4072eba6f..aedac4714db 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -5475,7 +5475,7 @@ x_calc_absolute_position (f) &newparent, &newchildren, &nchildren)) break; - XFree (newchildren); + XFree ((char *) newchildren); f->output_data.x->parent_desc = newparent; }