Commit 1175b485 authored by unknown's avatar unknown
Browse files

followup - error fixed

parent d5c22bf3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -367,8 +367,9 @@ int handle_options(int *argc, char ***argv,
		  /* Check if there are more arguments after this one */
		  if (!pos[1])
		  {
                    if (optp->var_type == GET_BOOL && optp->arg_type == OPT_ARG)
                    if (optp->arg_type == OPT_ARG)
                    {
                      if (optp->var_type == GET_BOOL)
                        *((my_bool*) optp->value)= (my_bool) 1;
                      get_one_option(optp->id, optp, argument);
                      continue;