Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and others. Introduced by mistake in a62f6af5
, 2011.10.18.162119.
This commit is contained in:
parent
e6f686761e
commit
e489c877bd
@ -2321,7 +2321,7 @@ int Xorriso_prescan_args(struct XorrisO *xorriso, int argc, char **argv,
|
||||
ret= Xorriso_option_no_rc(xorriso, 0);
|
||||
if(ret<=0)
|
||||
error_seen= 1;
|
||||
{ret= 1; goto ex;}
|
||||
|
||||
} else if(xorriso->argument_emulation == 1) { /* mkisofs emulation */
|
||||
if(xorriso->dev_fd_1 < 0)
|
||||
goto protect_stdout;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2021.08.28.161305"
|
||||
#define Xorriso_timestamP "2021.08.30.094939"
|
||||
|
Loading…
Reference in New Issue
Block a user