Some polishing with -cpx
This commit is contained in:
@ -8637,7 +8637,7 @@ int Xorriso_option_cpx(struct XorrisO *xorriso, int argc, char **argv,
|
||||
if(ret<=0 || xorriso->request_to_abort)
|
||||
goto problem_handler;
|
||||
|
||||
ret= Xorriso_iso_lstat(xorriso, eff_origin, &stbuf, 2);
|
||||
ret= Xorriso_iso_lstat(xorriso, eff_origin, &stbuf, 2|4);
|
||||
if(ret==-1)
|
||||
goto problem_handler;
|
||||
if(S_ISDIR(stbuf.st_mode)) {
|
||||
|
Reference in New Issue
Block a user