diff --git a/Source/util.cpp b/Source/util.cpp index 467d30ca..64cd8112 100644 --- a/Source/util.cpp +++ b/Source/util.cpp @@ -955,7 +955,7 @@ switchcp: cp = orgwinconoutcp, mbtwcf = 0, utf8 = false; return childec; } #else -int RunChildProcessRedirected(LPCWSTR cmd) +int RunChildProcessRedirected(LPCSTR cmd) { STARTUPINFO si = { sizeof(STARTUPINFO), }; PROCESS_INFORMATION pi;