Letting bit15 of system_area_options pass to libisofs

master
Thomas Schmitt 7 years ago
parent 58644f0971
commit 3415007907

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

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

Loading…
Cancel
Save