Commit c77395dc authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

msi: Initialize variable to placate static analyzers.

parent e79033e6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment