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 39836bce..8dfa0010 100644 --- a/src/burn/engine/core.cpp +++ b/src/burn/engine/core.cpp | |||
@@ -2211,7 +2211,7 @@ static HRESULT DetectPackagePayloadsCached( | |||
2211 | { | 2211 | { |
2212 | BURN_PAYLOAD* pPayload = pPackage->payloads.rgItems[i].pPayload; | 2212 | BURN_PAYLOAD* pPayload = pPackage->payloads.rgItems[i].pPayload; |
2213 | 2213 | ||
2214 | hr = PathConcatRelativeToBase(sczCachePath, pPayload->sczFilePath, &sczPayloadCachePath); | 2214 | hr = PathConcatRelativeToFullyQualifiedBase(sczCachePath, pPayload->sczFilePath, &sczPayloadCachePath); |
2215 | ExitOnFailure(hr, "Failed to concat payload cache path."); | 2215 | ExitOnFailure(hr, "Failed to concat payload cache path."); |
2216 | 2216 | ||
2217 | if (FileExistsEx(sczPayloadCachePath, NULL)) | 2217 | if (FileExistsEx(sczPayloadCachePath, NULL)) |