aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/apply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/apply.cpp')
-rw-r--r--src/burn/engine/apply.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/burn/engine/apply.cpp b/src/burn/engine/apply.cpp
index 002158b6..8711344d 100644
--- a/src/burn/engine/apply.cpp
+++ b/src/burn/engine/apply.cpp
@@ -533,6 +533,9 @@ extern "C" HRESULT ApplyCache(
533 hr = UserExperienceOnCacheBegin(pUX); 533 hr = UserExperienceOnCacheBegin(pUX);
534 ExitOnRootFailure(hr, "BA aborted cache."); 534 ExitOnRootFailure(hr, "BA aborted cache.");
535 535
536 hr = CacheEnsureAcquisitionFolder(pPlan->pCache);
537 ExitOnFailure(hr, "Failed to ensure acquisition folder.");
538
536 cacheContext.hSourceEngineFile = hSourceEngineFile; 539 cacheContext.hSourceEngineFile = hSourceEngineFile;
537 cacheContext.pCache = pPlan->pCache; 540 cacheContext.pCache = pPlan->pCache;
538 cacheContext.pPayloads = pPlan->pPayloads; 541 cacheContext.pPayloads = pPlan->pPayloads;