Made use of iso_set_abort_severity() with option -abort_on
This commit is contained in:
@ -5969,6 +5969,7 @@ int Xorriso_option_abort_on(struct XorrisO *xorriso, char *severity, int flag)
|
||||
if(Sfile_str(xorriso->abort_on_text,severity,0)<=0)
|
||||
return(-1);
|
||||
xorriso->abort_on_severity= sev;
|
||||
Xorriso_set_abort_severity(xorriso, 0);
|
||||
return(1);
|
||||
}
|
||||
|
||||
@ -6013,7 +6014,7 @@ int Xorriso_option_add(struct XorrisO *xorriso, int argc, char **argv,
|
||||
*wpt= 0;
|
||||
}
|
||||
|
||||
/* <<< do not apply wdx to both
|
||||
/* <<< do not apply wdx to both, but wdi to ISO and wdx to disk
|
||||
if(source[0]!='/') {
|
||||
ret= Sfile_prepend_path(xorriso->wdx, source, 0);
|
||||
if(ret<=0)
|
||||
|
Reference in New Issue
Block a user