| # | Line 399 | Line 399 | int update_arg(void *field, char **orig_field, | |
|---|---|---|
| 399 | const char *long_opt, char short_opt, | |
| 400 | const char *additional_error) | |
| 401 | { | |
| 402 | – | char *stop_char = 0; |
| 402 | const char *val = value; | |
| 403 | int found; | |
| 404 | char **string_field; | |
| 405 | FIX_UNUSED (field); | |
| 406 | ||
| 408 | – | stop_char = 0; |
| 407 | found = 0; | |
| 408 | ||
| 409 | if (!multiple_option && prev_given && (*prev_given || (check_ambiguity && *field_given))) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |