diff src/xfns.c @ 29434:3d157c3d1f51

(x_real_positions): Declare tmp_nchildren as unsigned.
author Dave Love <fx@gnu.org>
date Mon, 05 Jun 2000 14:15:24 +0000
parents ee61d41ad789
children 14aa31254532
line wrap: on
line diff
--- a/src/xfns.c	Mon Jun 05 14:13:41 2000 +0000
+++ b/src/xfns.c	Mon Jun 05 14:15:24 2000 +0000
@@ -1100,7 +1100,7 @@
 #endif
   Window tmp_root_window;
   Window *tmp_children;
-  int tmp_nchildren;
+  unsigned int tmp_nchildren;
 
   while (1)
     {