mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Don't need to call exit(0), Ryzom will exit itself after that
--HG-- branch : develop
This commit is contained in:
parent
e92a3e03a8
commit
a264be16f8
1 changed files with 1 additions and 5 deletions
|
@ -952,11 +952,7 @@ void CPatchManager::executeBatchFile()
|
|||
arguments += " " + toString(LoginShardId);
|
||||
}
|
||||
|
||||
if (launchProgram(batchFilename, arguments, false))
|
||||
{
|
||||
exit(0);
|
||||
}
|
||||
else
|
||||
if (!launchProgram(batchFilename, arguments, false))
|
||||
{
|
||||
// error occurs during the launch
|
||||
string str = toString("Can't execute '%s': code=%d %s (error code 30)", batchFilename.c_str(), errno, strerror(errno));
|
||||
|
|
Loading…
Reference in a new issue