diff src/EmacsFrame.c @ 647:b39c14581166

[xemacs-hg @ 2001-08-13 04:45:47 by ben] removal of unsigned, size_t, etc.
author ben
date Mon, 13 Aug 2001 04:46:48 +0000
parents 8de8e3f6228a
children 943eaba38521
line wrap: on
line diff
--- a/src/EmacsFrame.c	Wed Aug 08 12:15:04 2001 +0000
+++ b/src/EmacsFrame.c	Mon Aug 13 04:46:48 2001 +0000
@@ -518,7 +518,7 @@
       && cur->core.height == new->core.height)
     {
       int i;
-      for (i=0; i<*argc; i++)
+      for (i = 0; i < (int) *argc; i++)
 	if (strcmp (argv[i].name, XtNwidth) == 0
 	    || strcmp (argv[i].name, XtNheight) == 0)
 	  {