changeset 33758:fdf7cfbd2922

Use same data types for index variable and loop test variable. This avoids a compiler warning.
author ib
date Thu, 07 Jul 2011 15:47:07 +0000
parents 9198f711233e
children 3e37890b6261
files gui/wm/wsxdnd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/wm/wsxdnd.c	Thu Jul 07 15:41:25 2011 +0000
+++ b/gui/wm/wsxdnd.c	Thu Jul 07 15:47:07 2011 +0000
@@ -195,7 +195,7 @@
 	}
 	/* now chek what we've got */
 	{
-	  int i;
+	  unsigned long i;
 	  for(i=0; i<ret_items; i++){
 	    if(ret_buff[i] == ok){
 	      atom_support = ok;