From 341500790750ca06fd9166c9068cca90bcf3b9c4 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 1 Jan 2016 17:22:18 +0000 Subject: [PATCH] Letting bit15 of system_area_options pass to libisofs --- libisoburn/isoburn.c | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libisoburn/isoburn.c b/libisoburn/isoburn.c index d3db5796..9f189024 100644 --- a/libisoburn/isoburn.c +++ b/libisoburn/isoburn.c @@ -1515,7 +1515,7 @@ int isoburn_igopt_set_system_area(struct isoburn_imgen_opts *opts, } memcpy(opts->system_area_data, data, 32768); } - opts->system_area_options = options & 0x7fff; + opts->system_area_options = options & 0xffff; return(1); } diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index e2dfed09..c6568b6d 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2015.12.30.175951" +#define Xorriso_timestamP "2016.01.01.172059"