Suppressed warnings about non existing boot equipment files when mkisofs emulation is active

This commit is contained in:
2024-05-19 22:51:08 +02:00
parent 2c608c9d27
commit 7e4a714c12
6 changed files with 26 additions and 4 deletions

View File

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