summaryrefslogtreecommitdiff
path: root/src/burn/engine/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/engine.cpp')
-rw-r--r--src/burn/engine/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/engine.cpp b/src/burn/engine/engine.cpp
index 7fca1141..13075497 100644
--- a/src/burn/engine/engine.cpp
+++ b/src/burn/engine/engine.cpp
@@ -486,7 +486,7 @@ static HRESULT RunUntrusted(
486 486
487 si.cb = sizeof(si); 487 si.cb = sizeof(si);
488 si.wShowWindow = static_cast<WORD>(pEngineState->command.nCmdShow); 488 si.wShowWindow = static_cast<WORD>(pEngineState->command.nCmdShow);
489 if (!::CreateProcessW(wzCleanRoomBundlePath, sczFullCommandLine, NULL, NULL, TRUE, 0, 0, NULL, &si, &pi)) 489 if (!::CreateProcessW(wzCleanRoomBundlePath, sczFullCommandLine, NULL, NULL, TRUE, 0, NULL, NULL, &si, &pi))
490 { 490 {
491 ExitWithLastError(hr, "Failed to launch clean room process: %ls", sczFullCommandLine); 491 ExitWithLastError(hr, "Failed to launch clean room process: %ls", sczFullCommandLine);
492 } 492 }