diff options
Diffstat (limited to 'src/burn/engine/core.cpp')
-rw-r--r-- | src/burn/engine/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/core.cpp b/src/burn/engine/core.cpp index 96845655..30c64b01 100644 --- a/src/burn/engine/core.cpp +++ b/src/burn/engine/core.cpp | |||
@@ -359,7 +359,7 @@ extern "C" HRESULT CoreDetect( | |||
359 | ExitOnFailure(hr, "Failed to detect provider key bundle id."); | 359 | ExitOnFailure(hr, "Failed to detect provider key bundle id."); |
360 | 360 | ||
361 | // Report the related bundles. | 361 | // Report the related bundles. |
362 | hr = DetectReportRelatedBundles(&pEngineState->userExperience, &pEngineState->registration, pEngineState->command.relationType, pEngineState->command.action, &pEngineState->registration.fEligibleForCleanup); | 362 | hr = DetectReportRelatedBundles(&pEngineState->userExperience, &pEngineState->registration, pEngineState->command.relationType, &pEngineState->registration.fEligibleForCleanup); |
363 | ExitOnFailure(hr, "Failed to report detected related bundles."); | 363 | ExitOnFailure(hr, "Failed to report detected related bundles."); |
364 | 364 | ||
365 | // Do update detection. | 365 | // Do update detection. |