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
1 changed files with 1 additions and 1 deletions

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;