1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
This commit is contained in:
Alasdair Kergon 2012-04-11 12:49:10 +00:00
parent c63b155d16
commit 1c1487659e

View File

@ -99,7 +99,7 @@ int32_t first_grouped_arg_int_value(struct cmd_context *cmd, int a, const int32_
struct arg_value_group_list *current_group;
struct arg_values *av;
dm_list_iterate_items(current_group, &cmd->arg_value_groups) {
dm_list_iterate_items(current_group, &cmd->arg_value_groups) {
av = current_group->arg_values;
if (grouped_arg_count(av, a))
return grouped_arg_int_value(av, a, def);