From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1CsnTM-0007C9-S1 for mharc-grub-devel@gnu.org; Sun, 23 Jan 2005 14:32:33 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CsnT9-00075r-I2 for grub-devel@gnu.org; Sun, 23 Jan 2005 14:32:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CsnT4-00071f-Hp for grub-devel@gnu.org; Sun, 23 Jan 2005 14:32:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CsnT4-00071V-Eq for grub-devel@gnu.org; Sun, 23 Jan 2005 14:32:14 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CsnGo-0005lz-T7 for grub-devel@gnu.org; Sun, 23 Jan 2005 14:19:35 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 6A3E7F8E2948 for ; Sun, 23 Jan 2005 20:19:34 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 23 Jan 05 19:19:34 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 23 Jan 2005 20:19:58 +0100 User-Agent: KMail/1.7.1 References: <20050123182336.GA31323@miracle> In-Reply-To: <20050123182336.GA31323@miracle> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501232019.58638.okuji@enbug.org> Subject: Re: iterate return values 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: Sun, 23 Jan 2005 19:32:25 -0000 On Sunday 23 January 2005 19:23, Hollis Blanchard wrote: > This patch fixed it for me, tested on Apple and DOS partition maps. I vote for not adding an additional function. I think it is simpler to check an error rather than calling "present" functions. I don't want to bloat the API. Okuji