mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
msi: Initialize variable to placate static analyzers.
This commit is contained in:
parent
e79033e6fa
commit
c77395dc08
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue