Avoiding a futile re-try when ending after a failed session write attempt
This commit is contained in:
parent
ee5f7d3e0d
commit
4b86d29b59
@ -1194,6 +1194,8 @@ ex:;
|
||||
|
||||
/* >>> ??? revive discarded boot image */;
|
||||
|
||||
/* suppress automatic -commit at program end */
|
||||
xorriso->volset_change_pending= 3;
|
||||
}
|
||||
if(disc!=NULL)
|
||||
burn_disc_free(disc);
|
||||
|
@ -309,9 +309,12 @@ struct XorrisO { /* the global context of xorriso */
|
||||
loaded image. */
|
||||
|
||||
int volset_change_pending; /* whether -commit would make sense
|
||||
0= no change pending , 1= change pending
|
||||
0= no change pending
|
||||
1= change pending
|
||||
2= change pending, but -as misofs -print-size
|
||||
was performed on the changed image model
|
||||
3= change pending, but the attempt to write it
|
||||
failed
|
||||
*/
|
||||
int no_volset_present; /* set to 1 on first failure */
|
||||
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2013.08.20.144306"
|
||||
#define Xorriso_timestamP "2013.08.27.095314"
|
||||
|
Loading…
Reference in New Issue
Block a user