libisoburn now always loads the System Area with the ISO image

This commit is contained in:
Thomas Schmitt 2010-04-16 19:54:54 +00:00
parent dfd0466291
commit 932a7e84e1
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.04.13.154201"
#define Xorriso_timestamP "2010.04.16.195349"