Andrew Talbot : hhctrl.ocx: Sign-compare warning fix.

Alexandre Julliard julliard at winehq.org
Tue Aug 5 07:26:28 CDT 2008


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Mon Aug  4 22:39:20 2008 +0100

hhctrl.ocx: Sign-compare warning fix.

---

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

diff --git a/dlls/hhctrl.ocx/chm.c b/dlls/hhctrl.ocx/chm.c
index 699fa04..e8d036b 100644
--- a/dlls/hhctrl.ocx/chm.c
+++ b/dlls/hhctrl.ocx/chm.c
@@ -413,7 +413,7 @@ CHMInfo *CloseCHM(CHMInfo *chm)
         IStream_Release(chm->strings_stream);
 
     if(chm->strings_size) {
-        int i;
+        DWORD i;
 
         for(i=0; i<chm->strings_size; i++)
             heap_free(chm->strings[i]);




More information about the wine-cvs mailing list