ignore SIGPIPE
This commit is contained in:
parent
2987962280
commit
27e5dc315f
@ -162,6 +162,7 @@ void hack::CC_Cat(const CCommand& args) {
|
||||
}
|
||||
|
||||
void hack::Initialize() {
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
time_injected = time(nullptr);
|
||||
// Essential files must always exist, except when the game is running in text mode.
|
||||
#if ENABLE_VISUALS == 1
|
||||
|
Reference in New Issue
Block a user