Loading cmds/screenrecord/screenrecord.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,7 @@ static status_t configureSignals() { strerror(errno)); return err; } signal(SIGPIPE, SIG_IGN); return NO_ERROR; } Loading Loading
cmds/screenrecord/screenrecord.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,7 @@ static status_t configureSignals() { strerror(errno)); return err; } signal(SIGPIPE, SIG_IGN); return NO_ERROR; } Loading