Let -as mkisofs --zisofs-version-2 imply -z

This commit is contained in:
2020-10-16 11:18:18 +02:00
parent fb0d617674
commit 2f44446d05
5 changed files with 42 additions and 36 deletions

View File

@ -1610,6 +1610,7 @@ int Xorriso_genisofs(struct XorrisO *xorriso, char *whom,
ret= Xorriso_option_zisofs(xorriso, "version_2=as_needed", 0);
if(ret <= 0)
goto problem_handler_1;
Xorriso_option_zisofs(xorriso, "by_magic=on", 0);
} else if(strcmp(argpt, "--stdio_sync")==0) {
if(i+1>=argc)
goto not_enough_args;