diff --git a/xorriso/xorriso.c b/xorriso/xorriso.c index 9a0e0685..11b101fa 100644 --- a/xorriso/xorriso.c +++ b/xorriso/xorriso.c @@ -14228,6 +14228,7 @@ int Xorriso_option_return_with(struct XorrisO *xorriso, char *severity, if(Sfile_str(xorriso->return_with_text,severity,0)<=0) return(-1); xorriso->return_with_severity= sev; + xorriso->return_with_value= exit_value; return(1); } diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 57b156bb..cb0333d9 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.11.10.123713" +#define Xorriso_timestamP "2008.11.12.153437"