[MPlayer-cvslog] r33846 - trunk/gui/wm/wsxdnd.c
ib
subversion at mplayerhq.hu
Thu Jul 7 17:47:07 CEST 2011
Author: ib
Date: Thu Jul 7 17:47:07 2011
New Revision: 33846
Log:
Use same data types for index variable and loop test variable.
This avoids a compiler warning.
Modified:
trunk/gui/wm/wsxdnd.c
Modified: trunk/gui/wm/wsxdnd.c
==============================================================================
--- trunk/gui/wm/wsxdnd.c Thu Jul 7 17:41:25 2011 (r33845)
+++ trunk/gui/wm/wsxdnd.c Thu Jul 7 17:47:07 2011 (r33846)
@@ -195,7 +195,7 @@ wsXDNDProcessClientMessage(wsTWindow* wn
}
/* 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;
More information about the MPlayer-cvslog
mailing list