Commit ba36068c authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

browseui: Sign-compare warning fix.

parent 4a03558e
...@@ -78,7 +78,7 @@ static void set_buffer(LPWSTR *buffer, LPCWSTR string) ...@@ -78,7 +78,7 @@ static void set_buffer(LPWSTR *buffer, LPCWSTR string)
{ {
static const WCHAR empty_string[] = {0}; static const WCHAR empty_string[] = {0};
IMalloc *malloc; IMalloc *malloc;
int cb; ULONG cb;
if (string == NULL) if (string == NULL)
string = empty_string; string = empty_string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment