aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/core.cpp')
-rw-r--r--src/burn/engine/core.cpp2
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.