From 26b87932a03548fdf1a849aab7bea87912766b03 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 12 Apr 2008 11:21:59 +0000 Subject: [PATCH] Changed behavior of -commit_eject "" --- xorriso/xorriso.c | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xorriso/xorriso.c b/xorriso/xorriso.c index 36f918ae..67bc3aef 100644 --- a/xorriso/xorriso.c +++ b/xorriso/xorriso.c @@ -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); diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index da3b3b0f..498b42b7 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.04.09.114815" +#define Xorriso_timestamP "2008.04.12.112159"