msi: Initialize type (Coverity).
This commit is contained in:
parent
037afca5a5
commit
eb836b718f
|
@ -594,7 +594,7 @@ static UINT WINAPI MSI_GetProductInfo(LPCWSTR szProduct, LPCWSTR szAttribute,
|
|||
BOOL classes = FALSE;
|
||||
BOOL badconfig = FALSE;
|
||||
LONG res;
|
||||
DWORD save, type;
|
||||
DWORD save, type = REG_NONE;
|
||||
|
||||
static WCHAR empty[] = {0};
|
||||
static const WCHAR sourcelist[] = {
|
||||
|
|
Loading…
Reference in New Issue