grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: regression fix


From: Robert Millan
Subject: Re: regression fix
Date: Sat, 26 Dec 2009 14:46:49 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]