Skip to content
Snippets Groups Projects
Commit fb9a7e94 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 125a65cd
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,8 @@ int SystemCall(const std::string &command, bool blocking)
std::string cmd(command);
if(!blocking) cmd += " &";
Msg::Info("Calling '%s'", cmd.c_str());
return system(cmd.c_str());
system(cmd.c_str());
return 0;
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment