Made -end give up drives

This commit is contained in:
Thomas Schmitt 2007-10-15 16:03:42 +00:00
parent c948957f65
commit 5f49639460
2 changed files with 2 additions and 1 deletions

View File

@ -3265,6 +3265,7 @@ int Xorriso_option_end(struct XorrisO *xorriso, int flag)
if(ret<=0)
return(ret);
}
Xorriso_give_up_drive(xorriso, 3);
return(1);
}

View File

@ -1 +1 @@
#define Xorriso_timestamP "2007.10.15.152705"
#define Xorriso_timestamP "2007.10.15.160303"