Nikolay Sivov wrote:
> Changelog:
>     - Fix NULL dereference in MsiQueryComponentStateW, test added
> 
> +    r = pMsiQueryComponentStateA(prodcode, NULL, MSIINSTALLCONTEXT_MACHINE, 
> NULL, &state);
> +    ok(r == ERROR_INVALID_PARAMETER, "Expected ERROR_SUCCESS, got %d\n", r);

Copy-paste error in the ok message.

-- 
Cheers,

Paul.


Reply via email to