Andrew Talbot : itss: Sign-compare warnings fix.

Alexandre Julliard julliard at winehq.org
Tue Oct 14 08:29:42 CDT 2008


Module: wine
Branch: master
Commit: 763562d38367b3cbfdd8c17e6ba849b4fdbee5a6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=763562d38367b3cbfdd8c17e6ba849b4fdbee5a6

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Mon Oct 13 20:56:13 2008 +0100

itss: Sign-compare warnings fix.

---

 dlls/itss/itss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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-cvs mailing list