Making use of new libburn option to ignore SIGPIPE
This commit is contained in:
parent
aa51bde75c
commit
0974b9047b
@ -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);
|
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FATAL", 0);
|
||||||
return(-1);
|
return(-1);
|
||||||
}
|
}
|
||||||
|
mode|= 256; /* Ignore SIGPIPE */
|
||||||
|
|
||||||
/* <<< */
|
/* <<< */
|
||||||
sprintf(xorriso->info_text, "burn_set_signal_handling(%d)", mode);
|
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