msi: Initialize variable in MSI_ApplyPatchW.
This commit is contained in:
parent
0c71d5b3f7
commit
aea6418ff0
|
@ -304,7 +304,7 @@ done:
|
|||
static UINT MSI_ApplyPatchW(LPCWSTR szPatchPackage, LPCWSTR szProductCode, LPCWSTR szCommandLine)
|
||||
{
|
||||
MSIHANDLE patch = 0, info = 0;
|
||||
UINT r, type;
|
||||
UINT r = ERROR_SUCCESS, type;
|
||||
DWORD size = 0;
|
||||
LPCWSTR cmd_ptr = szCommandLine;
|
||||
LPCWSTR product_code = szProductCode;
|
||||
|
|
Loading…
Reference in New Issue