# HG changeset patch # User ib # Date 1310053627 0 # Node ID fdf7cfbd2922cc322b6cc245abda8768f6d755e5 # Parent 9198f711233eaa746d964ad6de228e000d62a7ba Use same data types for index variable and loop test variable. This avoids a compiler warning. diff -r 9198f711233e -r fdf7cfbd2922 gui/wm/wsxdnd.c --- 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