New -error_behavior behavior occasion "file_extraction"

This commit is contained in:
2008-08-24 10:07:24 +00:00
parent a5bbb741e6
commit 1f73212986
6 changed files with 77 additions and 18 deletions

View File

@ -254,6 +254,7 @@ struct XorrisO { /* the global context of xorriso */
FILE *errfile_fp;
int img_read_error_mode; /* 0=best_effort , 1=failure , 2=fatal */
int extract_error_mode; /* 0=(not yet: best_effort) , 1=keep , 2=delete */
char return_with_text[20];
int return_with_severity;