Re: gettext: print_timeout

2009-12-24 Thread Carles Pina i Estany
Hi, On Dec/24/2009, Robert Millan wrote: > On Sun, Dec 13, 2009 at 01:31:55AM +, Carles Pina i Estany wrote: > > > > If ok I would commit. > > Was this checked in? ISTR having OKed it on IRC, but I don't see it > in ChangeLog. it's already applied but not in the way that I was suggesting

Re: gettext: print_timeout

2009-12-24 Thread Robert Millan
On Sun, Dec 13, 2009 at 01:31:55AM +, Carles Pina i Estany wrote: > > If ok I would commit. Was this checked in? ISTR having OKed it on IRC, but I don't see it in ChangeLog. > === modified file 'ChangeLog' > --- ChangeLog 2009-12-12 00:43:32 + > +++ ChangeLog 2009-12-13 00:44:09 +

gettext: print_timeout

2009-12-12 Thread Carles Pina i Estany
Hello, Find attached a patch about print_timeout. Until now print_timeout had some problems with multi-byte / multi-width characters. Now it's fixed, printing all sentence every time as commented in the IRC. I would like to comment two things: + char *msg_formatted = grub_malloc (sizeof (char

gettext: print_timeout

2009-12-11 Thread Carles Pina i Estany
Hi, print_timeout is not working fine when the translated string contains multi-byte characters, because it's locating where to write the seconds when second_stage == 1 (so the seconds when second_stage == 1 are miss-placed). Tomorrow evening or Sunday I will fix it. -- Carles Pina i Estany