mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[SYSSETUP] Fix use of uninitialized variable
This commit is contained in:
@@ -135,7 +135,7 @@ HRESULT
|
||||
InstallOptionalComponents(
|
||||
_In_ PITEMSDATA pItemsData)
|
||||
{
|
||||
HRESULT hr;
|
||||
HRESULT hr = S_OK;
|
||||
PSETUPDATA pSetupData;
|
||||
REGISTRATIONNOTIFY Notify = { 0 };
|
||||
RappsConsent Consent = NOT_ASKED;
|
||||
|
||||
Reference in New Issue
Block a user