New command -assess_indev_features
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2021 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2022 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@@ -535,7 +535,7 @@ int Xorriso_count_args(struct XorrisO *xorriso, int argc, char **argv,
|
||||
};
|
||||
static char arg1_commands[][40]= {
|
||||
"abort_on","acl","add_plainly","application_id","application_use",
|
||||
"auto_charset","abstract_file",
|
||||
"auto_charset","abstract_file","assess_indev_features",
|
||||
"backslash_codes","blank","biblio_file",
|
||||
"calm_drive","cd","cdi","cdx","changes_pending","charset",
|
||||
"close","close_damaged",
|
||||
@@ -710,6 +710,7 @@ int Xorriso_cmd_sorting_rank(struct XorrisO *xorriso,
|
||||
"* Drive and media related inquiry actions (2):",
|
||||
"list_profiles", "list_formats", "list_speeds",
|
||||
"toc", "toc_of", "pvd_info", "report_system_area", "report_el_torito",
|
||||
"assess_indev_features",
|
||||
|
||||
"* Settings for file insertion:",
|
||||
"file_name_limit", "file_size_limit",
|
||||
@@ -1082,6 +1083,10 @@ next_command:;
|
||||
(*idx)+= 2;
|
||||
ret= Xorriso_option_assert_volid(xorriso, arg1, arg2, 0);
|
||||
|
||||
} else if(strcmp(cmd,"assess_indev_features")==0) {
|
||||
(*idx)++;
|
||||
ret= Xorriso_option_assess_indev_features(xorriso, arg1, 0);
|
||||
|
||||
} else if(strcmp(cmd,"auto_charset")==0) {
|
||||
(*idx)++;
|
||||
ret= Xorriso_option_auto_charset(xorriso, arg1, 0);
|
||||
|
Reference in New Issue
Block a user