Commit a3331c6f authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

msi: Initialize nested.

parent 71a78c44
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment