From d20fe0dea2877e0b2a7aaaeb6489456c4bb41565 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 13 Apr 2014 12:08:11 +0000 Subject: [PATCH] Making use of new libisoburn API call --- xorriso/write_run.c | 3 +++ xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/xorriso/write_run.c b/xorriso/write_run.c index e54dd91c..d2f5d698 100644 --- a/xorriso/write_run.c +++ b/xorriso/write_run.c @@ -888,6 +888,9 @@ fprintf(stderr, "XORRISO_DEBUG: isoburn_igopt_set_tail_blocks(%d)\n", } ret = isoburn_igopt_set_write_type(sopts, xorriso->do_tao); + if(ret <= 0) + goto ex; + ret = isoburn_igopt_set_stdio_endsync(sopts, xorriso->stdio_sync >= 0); if(ret <= 0) goto ex; diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 8e9d034a..f75bc2a4 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2014.04.13.120421" +#define Xorriso_timestamP "2014.04.13.120743"