summaryrefslogtreecommitdiff
path: root/src/burn/engine/bundlepackageengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/bundlepackageengine.cpp')
-rw-r--r--src/burn/engine/bundlepackageengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/bundlepackageengine.cpp b/src/burn/engine/bundlepackageengine.cpp
index 97861436..8ba8e0d2 100644
--- a/src/burn/engine/bundlepackageengine.cpp
+++ b/src/burn/engine/bundlepackageengine.cpp
@@ -763,7 +763,7 @@ static HRESULT ExecuteBundle(
763 763
764 if (fPseudoPackage) 764 if (fPseudoPackage)
765 { 765 {
766 if (!PathIsFullyQualified(pPackagePayload->sczFilePath, NULL)) 766 if (!PathIsFullyQualified(pPackagePayload->sczFilePath))
767 { 767 {
768 ExitWithRootFailure(hr, E_INVALIDSTATE, "Related bundles must have a fully qualified target path."); 768 ExitWithRootFailure(hr, E_INVALIDSTATE, "Related bundles must have a fully qualified target path.");
769 } 769 }