On Saturday 27 August 2005 00:11, Marco Gerards wrote:
> +  /* Add the short arguments.  */
> +  for (option = cmd->options; option->doc; option++)
> +    {
> +      if (!option->shortarg)
> +     continue;

This should be:

  if (! grub_isgraph (option->shortarg))
    continue;

because we sometimes want to specify non-graph short arguments for 
convenience.

Okuji


_______________________________________________
Grub-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to