browseui: Sign-compare warning fix.
This commit is contained in:
parent
4a03558e8f
commit
ba36068c92
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user