msi: Initialize nested.
This commit is contained in:
parent
71a78c4478
commit
a3331c6f22
|
@ -428,7 +428,7 @@ static DWORD deformat_string_internal(MSIPACKAGE *package, LPCWSTR ptr,
|
|||
DWORD sz;
|
||||
LPBYTE newdata = NULL;
|
||||
const WCHAR* progress = NULL;
|
||||
BOOL nested;
|
||||
BOOL nested = FALSE;
|
||||
|
||||
if (ptr==NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue