From 9e69b79e2add9acc599178d9231107dab2b60908 Mon Sep 17 00:00:00 2001 From: amerhifi Date: Thu, 5 Sep 2019 13:41:51 -0700 Subject: [PATCH] adding the space back --- launchers/win32/LauncherUtils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/launchers/win32/LauncherUtils.cpp b/launchers/win32/LauncherUtils.cpp index 88cb84eb6e..4f8e7f9a74 100644 --- a/launchers/win32/LauncherUtils.cpp +++ b/launchers/win32/LauncherUtils.cpp @@ -150,6 +150,7 @@ BOOL LauncherUtils::launchApplication(LPCWSTR lpApplicationName, LPTSTR cmdArgs) ZeroMemory(&si, sizeof(si)); si.cb = sizeof(si); ZeroMemory(&pi, sizeof(pi)); + // start the program up BOOL success = CreateProcess( lpApplicationName, // the path