mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
adding the space back
This commit is contained in:
parent
2a3b99daa6
commit
9e69b79e2a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue