Juan Lang <[email protected]> wrote:

> +static const WCHAR emptyW[] = { 0 };
...
> -    if (MachineName != NULL)
> +    if (MachineName != NULL && strcmpW(MachineName, emptyW))

What's wrong with 'if (MachineName && *MachineName)' ?

-- 
Dmitry.


Reply via email to