Default -abort_on value is now "FAILURE", for dialog it stays "FATAL"

This commit is contained in:
2011-01-04 19:30:49 +00:00
parent 9b88d6220d
commit 56aecf2459
8 changed files with 78 additions and 46 deletions

View File

@ -2,7 +2,7 @@
/* Command line oriented batch and dialog tool which creates, loads,
manipulates and burns ISO 9660 filesystem images.
Copyright 2007-2010 Thomas Schmitt, <scdbackup@gmx.net>
Copyright 2007-2011 Thomas Schmitt, <scdbackup@gmx.net>
Provided under GPL version 2 or later.
@ -482,6 +482,7 @@ struct XorrisO { /* the global context of xorriso */
int library_msg_direct_print;
char abort_on_text[20];
int abort_on_severity; /* A severity rank number as threshold */
int abort_on_is_default; /* will be set to 0 by first -abort_on */
int problem_status; /* Severity rank number. 0= no abort condition present */
char problem_status_text[20];