mirror of https://git.tukaani.org/xz.git
Fixed a bug in command line option parsing.
This commit is contained in:
parent
283f939974
commit
17c36422d4
|
@ -113,7 +113,7 @@ parse_options(const char *str, const option_map *opts,
|
|||
my_exit(ERROR);
|
||||
}
|
||||
|
||||
set(filter_options, i, j);
|
||||
set(filter_options, i, opts[i].map[j].id);
|
||||
}
|
||||
|
||||
found = true;
|
||||
|
|
Loading…
Reference in New Issue