mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
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};
|
||||
IMalloc *malloc;
|
||||
int cb;
|
||||
ULONG cb;
|
||||
|
||||
if (string == NULL)
|
||||
string = empty_string;
|
||||
|
Loading…
Reference in New Issue
Block a user