Bug fix: -rollback did not work if indev and outdev were empty

This commit is contained in:
Thomas Schmitt 2012-12-18 15:46:01 +00:00
parent d2128dedd3
commit fecdcd053e
2 changed files with 2 additions and 1 deletions

View File

@ -603,6 +603,7 @@ int Xorriso_option_rollback(struct XorrisO *xorriso, int flag)
if(Sfile_str(indev, xorriso->indev, 0)<=0)
{ret= -1; goto ex;}
xorriso->volset_change_pending= 0;
ret= Xorriso_give_up_drive(xorriso, 1|8);
if(ret<=0)
goto ex;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.12.18.081434"
#define Xorriso_timestamP "2012.12.18.154505"