All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carles Pina i Estany <carles@pina.cat>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: gettext: grub_printf_ and N_
Date: Tue, 8 Dec 2009 00:03:32 +0000	[thread overview]
Message-ID: <20091208000332.GA14809@pina.cat> (raw)
In-Reply-To: <20091207235640.GM6439@riva.ucam.org>


Hi,

On Dec/07/2009, Colin Watson wrote:
> On Mon, Dec 07, 2009 at 09:11:00PM +0000, Carles Pina i Estany wrote:
> > +int
> > +grub_printf_ (const char *fmt, ...)
> > +{
> > +  va_list ap;
> > +  int ret;
> > +
> > +  va_start (ap, fmt);
> > +  ret = grub_printf (_(fmt), ap);
> 
> Doesn't this need to be grub_vprintf?

right, mistake (I'm not familiar with it :-/ )

Beside calling grub_vprintf is everything all right?

-- 
Carles Pina i Estany
	http://pinux.info



      reply	other threads:[~2009-12-08  0:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-07 21:11 gettext: grub_printf_ and N_ Carles Pina i Estany
2009-12-07 22:46 ` Vladimir 'φ-coder/phcoder' Serbinenko
2009-12-07 23:56 ` Colin Watson
2009-12-08  0:03   ` Carles Pina i Estany [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091208000332.GA14809@pina.cat \
    --to=carles@pina.cat \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.