mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
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
Block a user