PIString ICU

This commit is contained in:
2022-04-25 22:54:46 +03:00
parent cea7a7c121
commit a6cea11911
2 changed files with 27 additions and 23 deletions

View File

@@ -205,7 +205,7 @@ void PIProcess::startProc(bool detached) {
if (execve(str.data(), (char * const *)argscc, (char * const *)envcc) < 0)
piCoutObj << "\"execve" << str << args << "\" error :" << errorString();
} else {
piMinSleep;
piMinSleep();
//cout << "wait" << endl;
if (!detached) {
wait(&exit_code);