New bit1 with API call Xorriso_change_is_pending() issues a note if return is 0 and indev and outdev point to different drives

This commit is contained in:
2023-08-08 13:43:51 +02:00
parent 0b7e4f934e
commit ab0bfdb04f
8 changed files with 43 additions and 5 deletions

View File

@ -238,6 +238,10 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
m->indev_off_adr[0]= 0;
m->isofs_st_in= 0;
m->volset_change_pending= 0;
m->commit_attempts= 0;
m->print_size_attempts= 0;
m->write_session_counter= 0;
m->print_size_counter= 0;
m->no_volset_present= 0;
m->in_sector_map= NULL;
m->check_media_default= NULL;