From owner-cvs-src@FreeBSD.ORG Sun Mar 7 14:22:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D920016A4CE; Sun, 7 Mar 2004 14:22:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB62743D39; Sun, 7 Mar 2004 14:22:13 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i27MMDGe014139; Sun, 7 Mar 2004 14:22:13 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i27MMDQe014135; Sun, 7 Mar 2004 14:22:13 -0800 (PST) (envelope-from cperciva) Message-Id: <200403072222.i27MMDQe014135@repoman.freebsd.org> From: Colin Percival Date: Sun, 7 Mar 2004 14:22:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/printf printf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 22:22:14 -0000 cperciva 2004/03/07 14:22:13 PST FreeBSD src repository Modified files: usr.bin/printf printf.c Log: Make it possible for the %[eEfgG] formats to not result in an error being reported by /usr/bin/printf. This bug has been around for 22 months... either nobody uses printf with floating-point values, or people are forgetting to check their return codes. Approved by: rwatson (mentor) Revision Changes Path 1.27 +1 -1 src/usr.bin/printf/printf.c