On Sat, Dec 26, 2009 at 01:35:53AM +0100, Carles Pina i Estany wrote:
> 
> Hi,
> 
> Commit 1949 introduced a bug using TAB due a miss-understanding that I
> had with the code.

Oh, good to know.  I was wondering why TAB expansion did these weird
things ;-)

> -  plen = grub_strlen (prompt_translated);
> +  plen = grub_strlen (prompt_translated) + 1;

Please consider if sizeof() would make sense here.

-- 
Robert Millan

  "Be the change you want to see in the world" -- Gandhi


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to