18 Sep
2007
18 Sep
'07
10:31 a.m.
Module: wine Branch: master Commit: a3331c6f2278489826be35a46620cead4f9c3c07 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a3331c6f2278489826be35a466... Author: Juan Lang <juan.lang(a)gmail.com> Date: Mon Sep 17 08:03:40 2007 -0700 msi: Initialize nested. --- dlls/msi/format.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msi/format.c b/dlls/msi/format.c index 5760e45..41d4a47 100644 --- a/dlls/msi/format.c +++ b/dlls/msi/format.c @@ -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) {