msi: Initialize nested.

This commit is contained in:
Juan Lang 2007-09-17 08:03:40 -07:00 committed by Alexandre Julliard
parent 71a78c4478
commit a3331c6f22
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{