> Le 18 avr. 2019 à 22:41, Akim Demaille <akim.demai...@gmail.com> a écrit :
> 
> diff --git a/lib/argmatch.c b/lib/argmatch.c
> index b9a3e400c..434708504 100644
> --- a/lib/argmatch.c
> +++ b/lib/argmatch.c
> @@ -96,6 +96,8 @@ argmatch (const char *arg, const char *const *arglist,
>     {
>       if (!strncmp (arglist[i], arg, arglen))
>         {
> +          fprintf (stderr, "'%s'(%ld) vs. '%s'(%ld)\n",
> +                   arglist[i], strlen (arglist[i]), arg, arglen);
>           if (strlen (arglist[i]) == arglen)
>             /* Exact match found.  */
>             return i;

This part, of course, has nothing to do here, and is removed
from the proposal.


Reply via email to