From b16abcdb9370cd7ccd7bfa0abe31456a9cc6fd8a Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Mon, 17 Sep 2007 08:03:40 -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