Commit b7f67815 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Initialize rc in create_component_directory().

parent ba874a31
...@@ -3128,7 +3128,7 @@ static UINT ready_media_for_file(MSIPACKAGE *package, UINT sequence, ...@@ -3128,7 +3128,7 @@ static UINT ready_media_for_file(MSIPACKAGE *package, UINT sequence,
inline static UINT create_component_directory ( MSIPACKAGE* package, INT component) inline static UINT create_component_directory ( MSIPACKAGE* package, INT component)
{ {
UINT rc; UINT rc = ERROR_SUCCESS;
MSIFOLDER *folder; MSIFOLDER *folder;
LPWSTR install_path; LPWSTR install_path;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment