mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-23 11:51:22 +00:00
[common] options: Fix regression in option parsing logic
This commit is contained in:
parent
9d66a68403
commit
53525847fd
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ bool option_parse(int argc, char * argv[])
|
|||
o = state.options[i];
|
||||
if (o->type != OPTION_TYPE_BOOL && a < argc - 1)
|
||||
{
|
||||
++a;
|
||||
char * v = argv[a];
|
||||
|
||||
//ltrim
|
||||
|
|
Loading…
Add table
Reference in a new issue