Better handling of attempt to manipulate non-existent ISO image

This commit is contained in:
2008-03-20 21:20:19 +00:00
parent 3309d84dc3
commit b0ac8b67ae
4 changed files with 32 additions and 13 deletions

View File

@ -110,6 +110,7 @@ struct XorrisO { /* the global context of xorriso */
void *in_volset_handle; /* interpreted only by xorrisoburn.c */
int volset_change_pending; /* whether -commit would make sense */
int no_volset_present; /* set to 1 on first failure */
char outdev[SfileadrL];
void *out_drive_handle; /* interpreted only by xorrisoburn.c */