Letting -as mkisofs --norock revoke the special effect of -r
This commit is contained in:
@ -1688,6 +1688,7 @@ illegal_c:;
|
||||
/* was already handled in first argument scan */;
|
||||
} else if(strcmp(argpt, "--norock")==0) {
|
||||
xorriso->do_rockridge= 0;
|
||||
lower_r= 0;
|
||||
} else if(strcmp(argpt, "-R")==0 || strcmp(argpt, "-rock")==0) {
|
||||
ret= Xorriso_genisofs_fused_options(xorriso, whom, "R",
|
||||
&option_d, &iso_level, &lower_r, ra_text, 0);
|
||||
|
Reference in New Issue
Block a user