Juan Lang : msi: Initialize nested.

Alexandre Julliard julliard at winehq.org
Tue Sep 18 05:31:06 CDT 2007


Module: wine
Branch: master
Commit: a3331c6f2278489826be35a46620cead4f9c3c07
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a3331c6f2278489826be35a46620cead4f9c3c07

Author: Juan Lang <juan.lang at 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)
     {




More information about the wine-cvs mailing list