msi: Initialize the size parameter.

This commit is contained in:
James Hawkins 2007-07-26 17:34:10 -07:00 committed by Alexandre Julliard
parent b0ac20e951
commit fb45206ed7
1 changed files with 1 additions and 0 deletions

View File

@ -842,6 +842,7 @@ static UINT HANDLE_CustomType23(MSIPACKAGE *package, LPCWSTR source,
static const WCHAR backslash[] = {'\\',0};
size = MAX_PATH;
MSI_GetPropertyW(package, cszSourceDir, package_path, &size);
lstrcatW(package_path, backslash);
lstrcatW(package_path, source);