1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Fixed a bug in command line option parsing.

This commit is contained in:
Lasse Collin 2008-04-24 20:20:27 +03:00
parent 283f939974
commit 17c36422d4

View file

@ -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;