Reset xorriso->boot_count when image gets discarded
This commit is contained in:
@ -211,8 +211,8 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int do_calm_drive; /* bit0= calm down drive after aquiring it */
|
||||
|
||||
char indev[SfileadrL];
|
||||
void *in_drive_handle; /* interpreted only by xorrisoburn.c */
|
||||
void *in_volset_handle; /* interpreted only by xorrisoburn.c */
|
||||
void *in_drive_handle; /* interpreted only by libburnia oriented modules */
|
||||
void *in_volset_handle; /* interpreted only by libburnia oriented modules */
|
||||
char *in_charset; /* The charset to interpret the filename bytes */
|
||||
int indev_is_exclusive;
|
||||
|
||||
|
Reference in New Issue
Block a user