diff options
Diffstat (limited to 'src/burn/engine/mspengine.cpp')
-rw-r--r-- | src/burn/engine/mspengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/mspengine.cpp b/src/burn/engine/mspengine.cpp index 7403e78c..02e2afe4 100644 --- a/src/burn/engine/mspengine.cpp +++ b/src/burn/engine/mspengine.cpp | |||
@@ -613,7 +613,7 @@ extern "C" HRESULT MspEngineExecutePackage( | |||
613 | // Best effort to set the execute package cache folder variable. | 613 | // Best effort to set the execute package cache folder variable. |
614 | VariableSetString(pVariables, BURN_BUNDLE_EXECUTE_PACKAGE_CACHE_FOLDER, sczCachedDirectory, TRUE, FALSE); | 614 | VariableSetString(pVariables, BURN_BUNDLE_EXECUTE_PACKAGE_CACHE_FOLDER, sczCachedDirectory, TRUE, FALSE); |
615 | 615 | ||
616 | hr = PathConcat(sczCachedDirectory, pMspPackagePayload->sczFilePath, &sczMspPath); | 616 | hr = PathConcatRelativeToBase(sczCachedDirectory, pMspPackagePayload->sczFilePath, &sczMspPath); |
617 | ExitOnFailure(hr, "Failed to build MSP path."); | 617 | ExitOnFailure(hr, "Failed to build MSP path."); |
618 | 618 | ||
619 | wzAppend = sczMspPath; | 619 | wzAppend = sczMspPath; |