Making use of new libburn option to ignore SIGPIPE

This commit is contained in:
Thomas Schmitt 2013-07-01 18:07:20 +00:00
parent aa51bde75c
commit 0974b9047b
2 changed files with 2 additions and 1 deletions

View File

@ -103,6 +103,7 @@ int Xorriso_set_signal_handling(struct XorrisO *xorriso, int flag)
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FATAL", 0);
return(-1);
}
mode|= 256; /* Ignore SIGPIPE */
/* <<< */
sprintf(xorriso->info_text, "burn_set_signal_handling(%d)", mode);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2013.07.01.180608"
#define Xorriso_timestamP "2013.07.01.180652"