Default -abort_on value is now "FAILURE", for dialog it stays "FATAL"
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
/* xorriso - libisoburn higher level API 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.
|
||||
|
||||
@ -573,6 +573,12 @@ int Xorriso_lst_destroy_all(struct Xorriso_lsT **lstring, int flag);
|
||||
-list_delimiter text or at argv[argc-1].
|
||||
After the call, *idx will be the index of the first not yet interpreted
|
||||
argv.
|
||||
|
||||
Do not set any flag bits which are not described by "@param flag".
|
||||
I.e. if flag is not mentioned, then submit 0.
|
||||
Yet undefined flag bits might get a meaning in future. Unset bits will
|
||||
then produce the traditional behavior, whereas set bits might bring
|
||||
surprises to inadverted callers.
|
||||
*/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user