From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NHnYA-00027P-CR for mharc-grub-devel@gnu.org; Mon, 07 Dec 2009 19:03:30 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHnY9-00026z-7F for grub-devel@gnu.org; Mon, 07 Dec 2009 19:03:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHnY4-000218-8t for grub-devel@gnu.org; Mon, 07 Dec 2009 19:03:28 -0500 Received: from [199.232.76.173] (port=56343 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHnY4-00020v-5H for grub-devel@gnu.org; Mon, 07 Dec 2009 19:03:24 -0500 Received: from 197.red-80-32-81.staticip.rima-tde.net ([80.32.81.197]:37599 helo=mail.pina.cat) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHnY3-0006vz-8u for grub-devel@gnu.org; Mon, 07 Dec 2009 19:03:24 -0500 Received: from pinux (82-45-164-87.cable.ubr06.hari.blueyonder.co.uk [82.45.164.87]) by mail.pina.cat (Postfix) with ESMTP id A83E128415527 for ; Tue, 8 Dec 2009 01:03:21 +0100 (CET) Received: by pinux (Postfix, from userid 1000) id 2E153C907C; Tue, 8 Dec 2009 00:03:32 +0000 (GMT) Date: Tue, 8 Dec 2009 00:03:32 +0000 From: Carles Pina i Estany To: The development of GNU GRUB Message-ID: <20091208000332.GA14809@pina.cat> References: <20091207211100.GA30400@pina.cat> <20091207235640.GM6439@riva.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091207235640.GM6439@riva.ucam.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: gettext: grub_printf_ and N_ X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2009 00:03:29 -0000 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