Making use of new libburn option to ignore SIGPIPE
This commit is contained in:
parent
93435822c3
commit
b4e8dc94b3
@ -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);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2013.07.01.180608"
|
||||
#define Xorriso_timestamP "2013.07.01.180652"
|
||||
|
Loading…
Reference in New Issue
Block a user