adding the space back

This commit is contained in:
amerhifi 2019-09-05 13:41:51 -07:00
parent 2a3b99daa6
commit 9e69b79e2a

View file

@ -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