mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-12-12 20:24:47 +00:00
Fixed: Typo
This commit is contained in:
parent
833f49cd6a
commit
d6bd6bef9c
1 changed files with 2 additions and 2 deletions
|
@ -771,7 +771,7 @@ bool launchProgram(const std::string &programName, const std::string &arguments,
|
|||
|
||||
int status = vfork ();
|
||||
/////////////////////////////////////////////////////////
|
||||
/// WARNING : NO MORE INSTRCUTION AFTER VFORK !
|
||||
/// WARNING : NO MORE INSTRUCTION AFTER VFORK !
|
||||
/// READ VFORK manual
|
||||
/////////////////////////////////////////////////////////
|
||||
if (status == -1)
|
||||
|
|
Loading…
Reference in a new issue