Date: Thu, 13 Mar 2003 20:48:09 -0800 (PST) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c Message-ID: <200303140448.h2E4m9Tf043297@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2003/03/13 20:48:09 PST FreeBSD src repository Modified files: lib/libc/stdio vfprintf.c Log: Kludge around a bug that results from printf() assuming that dtoa() is buggy. The bug would cause incorrect output to be generated when format strings such as '%5.0f' were used with nonzero numbers whose magnitude is less than 1. Reported by: df(1) by way of periodic(8) Reviewed by: mike Revision Changes Path 1.52 +1 -1 src/lib/libc/stdio/vfprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303140448.h2E4m9Tf043297>