Changed behavior of -commit_eject ""
This commit is contained in:
parent
1047bee0ec
commit
6e31701703
@ -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);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.04.09.114815"
|
||||
#define Xorriso_timestamP "2008.04.12.112159"
|
||||
|
Loading…
Reference in New Issue
Block a user