From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1D4l4q-0006Iu-7d for mharc-grub-devel@gnu.org; Fri, 25 Feb 2005 14:24:40 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4l3t-0005pd-SL for grub-devel@gnu.org; Fri, 25 Feb 2005 14:23:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4l3K-0005KF-Mj for grub-devel@gnu.org; Fri, 25 Feb 2005 14:23:12 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4l3C-0004wI-5o for grub-devel@gnu.org; Fri, 25 Feb 2005 14:22:58 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D4kdx-0005vg-La for grub-devel@gnu.org; Fri, 25 Feb 2005 13:56:53 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 0B966FEBE500 for ; Fri, 25 Feb 2005 19:56:53 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 25 Feb 05 18:56:52 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Fri, 25 Feb 2005 19:58:21 +0100 User-Agent: KMail/1.7.1 References: <421A4CEA.5030603@yahoo.fr> <200502251812.04315.okuji@enbug.org> <421F68C9.8050504@yahoo.fr> In-Reply-To: <421F68C9.8050504@yahoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502251958.22188.okuji@enbug.org> Subject: Re: [PATCHv2] dprintf implementation X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 19:24:38 -0000 On Friday 25 February 2005 19:04, Vincent Pelletier wrote: > > grub_strword ("filesystem", "file") returns 0 in your > > implementation. > > Isn't it what should happen ? s/returns 0/returns 1/; Okuji