Protecting volume ids from getting overwritten by predecessor

This commit is contained in:
2008-02-08 17:52:43 +00:00
parent 3e567fd6c6
commit cb0b796c34
5 changed files with 24 additions and 10 deletions

View File

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