args_parse function may have a bug #1652
zxxunkxzhx
started this conversation in
General
Replies: 1 comment
-
Exactly, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
case ARGS_OPT_INTEGER:
if (opt_arg == NULL)
return ARGS_ERROR_REQUIRED_INTEGER_ARG;
Beta Was this translation helpful? Give feedback.
All reactions