changeset 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 fd1702d12671
children 28c6b6d0ed6b
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)
     {