New -toc lines "ISO offers :" and "ISO loaded :"

This commit is contained in:
2020-12-07 19:42:46 +01:00
parent b3adff1daa
commit 3542e8af97
4 changed files with 30 additions and 1 deletions

View File

@ -168,6 +168,9 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
m->do_follow_mount= 1;
m->do_global_uid= 0;
m->global_uid= 0;
m->isofs_has_what= 0;
m->tree_loaded= 0;
m->rr_loaded= 0;
strcpy(m->volid, "ISOIMAGE");
m->volid_default= 1;
m->loaded_volid[0]= 0;