Bug fix: -rollback did not work if indev and outdev were empty
This commit is contained in:
parent
feaa9a2ab1
commit
e27f32975e
@ -603,6 +603,7 @@ int Xorriso_option_rollback(struct XorrisO *xorriso, int flag)
|
|||||||
|
|
||||||
if(Sfile_str(indev, xorriso->indev, 0)<=0)
|
if(Sfile_str(indev, xorriso->indev, 0)<=0)
|
||||||
{ret= -1; goto ex;}
|
{ret= -1; goto ex;}
|
||||||
|
xorriso->volset_change_pending= 0;
|
||||||
ret= Xorriso_give_up_drive(xorriso, 1|8);
|
ret= Xorriso_give_up_drive(xorriso, 1|8);
|
||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
goto ex;
|
goto ex;
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2012.12.18.081434"
|
#define Xorriso_timestamP "2012.12.18.154505"
|
||||||
|
Loading…
Reference in New Issue
Block a user