summaryrefslogtreecommitdiff
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 19b739f9..4255fa6b 100644
--- a/src/burn/engine/core.cpp
+++ b/src/burn/engine/core.cpp
@@ -2217,7 +2217,7 @@ static HRESULT DetectPackagePayloadsCached(
2217 { 2217 {
2218 BURN_PAYLOAD* pPayload = pPackage->payloads.rgItems[i].pPayload; 2218 BURN_PAYLOAD* pPayload = pPackage->payloads.rgItems[i].pPayload;
2219 2219
2220 hr = PathConcat(sczCachePath, pPayload->sczFilePath, &sczPayloadCachePath); 2220 hr = PathConcatRelativeToBase(sczCachePath, pPayload->sczFilePath, &sczPayloadCachePath);
2221 ExitOnFailure(hr, "Failed to concat payload cache path."); 2221 ExitOnFailure(hr, "Failed to concat payload cache path.");
2222 2222
2223 if (FileExistsEx(sczPayloadCachePath, NULL)) 2223 if (FileExistsEx(sczPayloadCachePath, NULL))