aboutsummaryrefslogtreecommitdiff
path: root/src/engine/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/engine.cpp')
-rw-r--r--src/engine/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/engine.cpp b/src/engine/engine.cpp
index 36c58b49..71c37138 100644
--- a/src/engine/engine.cpp
+++ b/src/engine/engine.cpp
@@ -538,7 +538,7 @@ static HRESULT RunNormal(
538 // If a layout directory was specified on the command-line, set it as a well-known variable. 538 // If a layout directory was specified on the command-line, set it as a well-known variable.
539 if (pEngineState->command.wzLayoutDirectory && *pEngineState->command.wzLayoutDirectory) 539 if (pEngineState->command.wzLayoutDirectory && *pEngineState->command.wzLayoutDirectory)
540 { 540 {
541 hr = VariableSetString(&pEngineState->variables, BURN_BUNDLE_LAYOUT_DIRECTORY, pEngineState->command.wzLayoutDirectory, FALSE); 541 hr = VariableSetString(&pEngineState->variables, BURN_BUNDLE_LAYOUT_DIRECTORY, pEngineState->command.wzLayoutDirectory, FALSE, FALSE);
542 ExitOnFailure(hr, "Failed to set layout directory variable to value provided from command-line."); 542 ExitOnFailure(hr, "Failed to set layout directory variable to value provided from command-line.");
543 } 543 }
544 544