Enabled output of HFS+ proposal with report_system_area cmd and as_mkisofs
This commit is contained in:
@ -758,6 +758,15 @@ struct XorrisO { /* the global context of xorriso */
|
||||
*/
|
||||
int update_flags;
|
||||
|
||||
/* For find jobs show_hfs_cmd , show_hfs_as_mkisofs
|
||||
*/
|
||||
/* bit0= do not record but only count
|
||||
bit1= as_mkisofs mode
|
||||
*/
|
||||
int show_hfs_cmd_flag;
|
||||
int show_hfs_cmd_count;
|
||||
char **show_hfs_cmds;
|
||||
|
||||
/* result (stdout, R: ) */
|
||||
char result_line[10*SfileadrL];
|
||||
int result_line_counter;
|
||||
|
Reference in New Issue
Block a user