Protecting volume ids from getting overwritten by predecessor
This commit is contained in:
@ -84,7 +84,8 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int do_overwrite; /* 0=off, 1=on, 2=nondir */
|
||||
int do_reassure; /* 0=off, 1=on, 2=tree */
|
||||
|
||||
char volid[33];
|
||||
char volid[33];
|
||||
int volid_default;
|
||||
char loaded_volid[33];
|
||||
|
||||
/* >>> put libburn/isoburn aspects here */
|
||||
|
Reference in New Issue
Block a user