Suppressed warnings about non existing boot equipment files when mkisofs emulation is active
This commit is contained in:
@ -100,13 +100,20 @@ struct XorrisO { /* the global context of xorriso */
|
||||
char initial_wdx[SfileadrL];
|
||||
int no_rc;
|
||||
|
||||
/* Command line argument emulations:
|
||||
/* Command line argument emulations by program name:
|
||||
0=xorriso mode
|
||||
1=mkisofs mode
|
||||
2=cdrecord mode
|
||||
*/
|
||||
int argument_emulation;
|
||||
|
||||
/* Under which interpreter the current activities are running:
|
||||
0=xorriso mode : Xorriso_interpreter()
|
||||
1=mkisofs mode : Xorriso_genisofs()
|
||||
2=cdrecord mode : Xorriso_cdrskin()
|
||||
*/
|
||||
int current_interpreter;
|
||||
|
||||
/** List of startupfiles */
|
||||
char rc_filenames[Xorriso_rc_nuM][SfileadrL];
|
||||
int rc_filename_count;
|
||||
@ -295,6 +302,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
1= value is session number
|
||||
2= value is track number
|
||||
3= value is lba
|
||||
4= value is volid
|
||||
bit16= with mode 3 : value is possibly 16 too high.
|
||||
Let isoburn_set_msc1() adjust it.
|
||||
bit30= interference with normal msc1 processing
|
||||
|
Reference in New Issue
Block a user