libisoburn now always loads the System Area with the ISO image
This commit is contained in:
parent
fc7cab6706
commit
6818b0dca0
@ -215,6 +215,7 @@ create_blank_image:;
|
||||
iso_read_opts_set_default_gid(ropts, read_opts->gid);
|
||||
iso_read_opts_set_input_charset(ropts, read_opts->input_charset);
|
||||
iso_read_opts_auto_input_charset(ropts, read_opts->auto_input_charset);
|
||||
iso_read_opts_load_system_area(ropts, 1);
|
||||
|
||||
ds = isoburn_data_source_new(d);
|
||||
if(o->iso_data_source!=NULL)
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2010.04.13.154201"
|
||||
#define Xorriso_timestamP "2010.04.16.195349"
|
||||
|
Loading…
Reference in New Issue
Block a user