Initialize rc in create_component_directory().

This commit is contained in:
Marcus Meissner 2005-01-14 16:50:39 +00:00 committed by Alexandre Julliard
parent ba874a31d0
commit b7f6781590
1 changed files with 1 additions and 1 deletions

View File

@ -3128,7 +3128,7 @@ static UINT ready_media_for_file(MSIPACKAGE *package, UINT sequence,
inline static UINT create_component_directory ( MSIPACKAGE* package, INT component)
{
UINT rc;
UINT rc = ERROR_SUCCESS;
MSIFOLDER *folder;
LPWSTR install_path;