kopia lustrzana https://github.com/FreeSpacenav/spacenavd
Ignore SIGPIPE
Fixes issue where spacenavd would terminate when Blender was closed.pull/52/head
rodzic
c370884e65
commit
ccafde465a
|
|
@ -153,6 +153,7 @@ int main(int argc, char **argv)
|
|||
signal(SIGHUP, sig_handler);
|
||||
signal(SIGUSR1, sig_handler);
|
||||
signal(SIGUSR2, sig_handler);
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
|
||||
init_devices();
|
||||
init_hotplug();
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue