Changed meaning of -add relative/path
This commit is contained in:
@ -6012,11 +6012,14 @@ int Xorriso_option_add(struct XorrisO *xorriso, int argc, char **argv,
|
||||
}
|
||||
*wpt= 0;
|
||||
}
|
||||
|
||||
/* <<< do not apply wdx to both
|
||||
if(source[0]!='/') {
|
||||
ret= Sfile_prepend_path(xorriso->wdx, source, 0);
|
||||
if(ret<=0)
|
||||
goto problem_handler;
|
||||
}
|
||||
*/
|
||||
if(split==0) {
|
||||
strcpy(target, source);
|
||||
} else if(target[0]!='/') {
|
||||
|
Reference in New Issue
Block a user