Andrew Talbot : browseui: Sign-compare warning fix.

Alexandre Julliard julliard at winehq.org
Mon Jul 28 08:07:25 CDT 2008


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Jul 26 21:46:42 2008 +0100

browseui: Sign-compare warning fix.

---

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

diff --git a/dlls/browseui/progressdlg.c b/dlls/browseui/progressdlg.c
index 3cd522c..307ca28 100644
--- a/dlls/browseui/progressdlg.c
+++ b/dlls/browseui/progressdlg.c
@@ -78,7 +78,7 @@ static void set_buffer(LPWSTR *buffer, LPCWSTR string)
 {
     static const WCHAR empty_string[] = {0};
     IMalloc *malloc;
-    int cb;
+    ULONG cb;
 
     if (string == NULL)
         string = empty_string;




More information about the wine-cvs mailing list