From 6aafc18abfd89640abea8e020dd0a403d0797fce Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Fri, 14 Sep 2007 10:05:36 -0700 Subject: [PATCH] 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(MS DWORD sz; LPBYTE newdata = NULL; const WCHAR* progress = NULL; - BOOL nested; + BOOL nested = FALSE; if (ptr==NULL) { -- 1.4.1