Enabled output of HFS+ proposal with report_system_area cmd and as_mkisofs

This commit is contained in:
2015-05-14 10:08:32 +00:00
parent d8da5a00dd
commit 376b450694
7 changed files with 172 additions and 52 deletions

View File

@ -428,6 +428,10 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
m->update_flags= 0;
m->show_hfs_cmd_flag= 0;
m->show_hfs_cmd_count= 0;
m->show_hfs_cmds= NULL;
m->result_line[0]= 0;
m->result_line_counter= 0;
m->result_page_counter= 0;