msi: Initialize a variable.

This commit is contained in:
Hans Leidekker 2011-09-05 11:49:17 +02:00 committed by Alexandre Julliard
parent 470688f729
commit 9cb38911d2
1 changed files with 1 additions and 0 deletions

View File

@ -1508,6 +1508,7 @@ UINT MSI_OpenPackageW(LPCWSTR szPackage, MSIPACKAGE **pPackage)
TRACE("%s %p\n", debugstr_w(szPackage), pPackage);
localfile[0] = 0;
if( szPackage[0] == '#' )
{
handle = atoiW(&szPackage[1]);