browseui: Sign-compare warning fix

Andrew Talbot andrew.talbot at talbotville.com
Sat Jul 26 15:46:42 CDT 2008


Changelog:
    browseui: Sign-compare warning fix.

diff --git a/dlls/browseui/progressdlg.c b/dlls/browseui/progressdlg.c
index 3cd522c..bc81771 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;
+    size_t cb;
 
     if (string == NULL)
         string = empty_string;



More information about the wine-patches mailing list