Letting bit15 of system_area_options pass to libisofs

This commit is contained in:
Thomas Schmitt 2016-01-01 17:22:18 +00:00
parent 58644f0971
commit 3415007907
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -1 +1 @@
#define Xorriso_timestamP "2015.12.30.175951"
#define Xorriso_timestamP "2016.01.01.172059"