From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NHZCt-0000Js-Da for mharc-grub-devel@gnu.org; Mon, 07 Dec 2009 03:44:35 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHZCs-0000JV-23 for grub-devel@gnu.org; Mon, 07 Dec 2009 03:44:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHZCm-0000I6-Jp for grub-devel@gnu.org; Mon, 07 Dec 2009 03:44:32 -0500 Received: from [199.232.76.173] (port=34460 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHZCm-0000I0-Cq for grub-devel@gnu.org; Mon, 07 Dec 2009 03:44:28 -0500 Received: from 197.red-80-32-81.staticip.rima-tde.net ([80.32.81.197]:50118 helo=mail.pina.cat) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHZCl-0004pW-Ox for grub-devel@gnu.org; Mon, 07 Dec 2009 03:44:28 -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 451E028415528 for ; Mon, 7 Dec 2009 09:44:26 +0100 (CET) Received: by pinux (Postfix, from userid 1000) id 6685934B89; Mon, 7 Dec 2009 08:44:36 +0000 (GMT) Date: Mon, 7 Dec 2009 08:44:36 +0000 From: Carles Pina i Estany To: grub-devel@gnu.org Message-ID: <20091207084436.GA23343@pina.cat> References: <20091206182228.GA15091@pina.cat> <20091207004951.GA21460@pina.cat> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091207004951.GA21460@pina.cat> 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: commands/* 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: Mon, 07 Dec 2009 08:44:34 -0000 Hi, On Dec/07/2009, Carles Pina i Estany wrote: > And then implement grub_printf_: > --------- > int > grub_printf_ (const char *fmt, ...) > { > va_list ap; > int ret; > > va_start (ap, fmt); > ret = grub_vprintf (_(fmt), ap); actually I would better call grub_printf here instead of grub_vprintf -- Carles Pina i Estany http://pinux.info