Letting bit15 of system_area_options pass to libisofs
This commit is contained in:
parent
885ef25be3
commit
631c2aa00f
@ -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…
Reference in New Issue
Block a user