]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_calc_absolute_position): Cast argument to XFree, in
authorKarl Heuer <kwzh@gnu.org>
Wed, 26 Aug 1998 20:29:59 +0000 (20:29 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 26 Aug 1998 20:29:59 +0000 (20:29 +0000)
case it was prototyped the old way.

src/xterm.c

index 0e4072eba6f4b93f3a37ffaa5126d36afbc4f2d1..aedac4714db4e5d73c76dd652fa9d9242f2a8293 100644 (file)
@@ -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;
            }