ACPICA: iASL/Disassembler: Add a check for missing filename
ACPICA commit fc0f12b1eff6253f83e599a7ee1765fcc8e42dcc Add check for required filename for the -d and -da options. ACPICA BZ 1285. Link: https://github.com/acpica/acpica/commit/fc0f12b1 Link: https://bugs.acpica.org/show_bug.cgi?id=1285 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
2368b1a17c
commit
d8303ace36
|
@ -94,7 +94,7 @@ int acpi_getopt_argument(int argc, char **argv)
|
|||
acpi_gbl_optarg =
|
||||
&argv[acpi_gbl_optind++][(int)(current_char_ptr + 1)];
|
||||
} else if (++acpi_gbl_optind >= argc) {
|
||||
ACPI_OPTION_ERROR("Option requires an argument: -", 'v');
|
||||
ACPI_OPTION_ERROR("\nOption requires an argument", 0);
|
||||
|
||||
current_char_ptr = 1;
|
||||
return (-1);
|
||||
|
|
Loading…
Reference in New Issue