]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_real_positions): Declare tmp_nchildren as unsigned.
authorDave Love <fx@gnu.org>
Mon, 5 Jun 2000 14:15:24 +0000 (14:15 +0000)
committerDave Love <fx@gnu.org>
Mon, 5 Jun 2000 14:15:24 +0000 (14:15 +0000)
src/xfns.c

index cf2ba14bb956aa6baca6c140aa3f759db739c68e..0e20a7d386399a900877a578137668c6afbd9ad0 100644 (file)
@@ -1100,7 +1100,7 @@ x_real_positions (f, xptr, yptr)
 #endif
   Window tmp_root_window;
   Window *tmp_children;
-  int tmp_nchildren;
+  unsigned int tmp_nchildren;
 
   while (1)
     {