Made use of iso_set_abort_severity() with option -abort_on

This commit is contained in:
2008-01-28 10:54:55 +00:00
parent 9af078f81a
commit b03107dae8
4 changed files with 16 additions and 3 deletions

View File

@ -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)