From owner-freebsd-current@FreeBSD.ORG Sat Apr 19 16:54:13 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBC5637B401; Sat, 19 Apr 2003 16:54:13 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F9243FA3; Sat, 19 Apr 2003 16:54:12 -0700 (PDT) (envelope-from das@freebsd.org) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h3JNsA9E046613; Sat, 19 Apr 2003 16:54:10 -0700 (PDT) (envelope-from das@freebsd.org) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h3JNsAVi046612; Sat, 19 Apr 2003 16:54:10 -0700 (PDT) (envelope-from das@freebsd.org) Date: Sat, 19 Apr 2003 16:54:10 -0700 From: David Schultz To: Enache Adrian Message-ID: <20030419235410.GA46590@HAL9000.homeunix.com> Mail-Followup-To: Enache Adrian , current@freebsd.org, ache@freebsd.org References: <20030419210017.GA1263@ratsnest.hole> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030419210017.GA1263@ratsnest.hole> cc: current@freebsd.org Subject: Re: recent bug in printf ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 23:54:14 -0000 On Sun, Apr 20, 2003, Enache Adrian wrote: > $ gcc -x c - && ./a.out > #include > > int main() > { > printf("%.*g\n",8,0.00009); > } > ^D > 9.0000000e-05 My mistake. Fixed, thanks!