msi: Initialize variable to placate static analyzers.

This commit is contained in:
Dan Kegel 2011-10-13 06:26:15 -07:00 committed by Alexandre Julliard
parent e79033e6fa
commit c77395dc08

View file

@ -350,7 +350,7 @@ done:
static UINT MSI_ApplyPatchW(LPCWSTR szPatchPackage, LPCWSTR szProductCode, LPCWSTR szCommandLine)
{
UINT r, i;
UINT i, r = ERROR_FUNCTION_FAILED;
DWORD size;
LPCWSTR cmd_ptr = szCommandLine;
LPWSTR cmd, *codes = NULL;