mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 10:14:04 +00:00
[common] options: Fix regression in option parsing logic
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user