From 0974b9047bf85add907b36e979d9a8a9bc20e6c7 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 1 Jul 2013 18:07:20 +0000 Subject: [PATCH] Making use of new libburn option to ignore SIGPIPE --- xorriso/lib_mgt.c | 1 + xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xorriso/lib_mgt.c b/xorriso/lib_mgt.c index 570f0a29..27271838 100644 --- a/xorriso/lib_mgt.c +++ b/xorriso/lib_mgt.c @@ -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); diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index bdf0888a..40934212 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2013.07.01.180608" +#define Xorriso_timestamP "2013.07.01.180652"