# HG changeset patch # User Karl Heuer # Date 904163399 0 # Node ID 44eda932afcf8f81cfb644b3322c9c139fab1e65 # Parent a0082bd79e9166b81b52759904dae303b42612aa (x_calc_absolute_position): Cast argument to XFree, in case it was prototyped the old way. diff -r a0082bd79e91 -r 44eda932afcf src/xterm.c --- 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; }