itss: Sign-compare warnings fix

Andrew Talbot andrew.talbot at talbotville.com
Mon Oct 13 14:56:13 CDT 2008


Changelog:
    itss: Sign-compare warnings fix.

diff --git a/dlls/itss/itss.c b/dlls/itss/itss.c
index 47756fa..0722efa 100644
--- a/dlls/itss/itss.c
+++ b/dlls/itss/itss.c
@@ -396,7 +396,7 @@ static HRESULT register_server(BOOL do_register)
     STRTABLEA strtable;
     STRENTRYA pse[4];
     static CLSID const *clsids[4];
-    int i = 0;
+    DWORD i = 0;
 
     static const WCHAR wszAdvpack[] = {'a','d','v','p','a','c','k','.','d','l','l',0};
 



More information about the wine-patches mailing list