From owner-freebsd-current@FreeBSD.ORG Sun Apr 6 18:03:47 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 3DF7B37B407 for ; Sun, 6 Apr 2003 18:03:47 -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 8C10643F93 for ; Sun, 6 Apr 2003 18:03:46 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) h3713bKj050962; Sun, 6 Apr 2003 18:03:37 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6p2/8.12.5/Submit) id h3713X3n050961; Sun, 6 Apr 2003 18:03:33 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Sun, 6 Apr 2003 18:03:33 -0700 From: David Schultz To: Christophe Juniet Message-ID: <20030407010333.GA50886@HAL9000.homeunix.com> Mail-Followup-To: Christophe Juniet , current@freebsd.org References: <20030406144500.GA58090@gluon.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030406144500.GA58090@gluon.dyndns.org> cc: current@FreeBSD.ORG Subject: Re: Bug in gdtoa ? 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: Mon, 07 Apr 2003 01:03:47 -0000 On Sun, Apr 06, 2003, Christophe Juniet wrote: > When using 'ls -lh', I noticed a strange behavior: all file sizes ending > with one or more 0 are printed incorrectly. It's actually a bug in the glue between printf() and [g]dtoa(). Sorry about that. I just fixed it.