Changed behavior of -commit_eject ""

This commit is contained in:
Thomas Schmitt 2008-04-12 11:21:59 +00:00
parent 1798a8441c
commit 26b87932a0
2 changed files with 2 additions and 2 deletions

View File

@ -7761,7 +7761,7 @@ int Xorriso_option_commit_eject(struct XorrisO *xorriso, char *which, int flag)
ret= Xorriso_option_commit(xorriso, 1);
if(ret<=0 || ret==2 || ret==3)
return(ret);
if(strcmp(which, "none")==0 || strcmp(which, "")==0)
if(strcmp(which, "none")==0)
eret= 1;
else
eret= Xorriso_option_eject(xorriso, which, 1);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.04.09.114815"
#define Xorriso_timestamP "2008.04.12.112159"