browseui: Sign-compare warning fix.

This commit is contained in:
Andrew Talbot 2008-07-26 21:46:42 +01:00 committed by Alexandre Julliard
parent 4a03558e8f
commit ba36068c92
1 changed files with 1 additions and 1 deletions

View File

@ -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;