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:
Thomas Schmitt 2021-08-30 11:50:06 +02:00
parent e6f686761e
commit e489c877bd
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2021.08.28.161305"
#define Xorriso_timestamP "2021.08.30.094939"