Reset xorriso->boot_count when image gets discarded

This commit is contained in:
2010-06-23 17:54:41 +00:00
parent 8b690d9214
commit f39b4d168b
5 changed files with 8 additions and 10 deletions

View File

@ -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;