From owner-cvs-all Thu Feb 21 4: 7:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 560D337B400; Thu, 21 Feb 2002 04:07:21 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1LC7LG86377; Thu, 21 Feb 2002 04:07:21 -0800 (PST) (envelope-from bde) Message-Id: <200202211207.g1LC7LG86377@freefall.freebsd.org> From: Bruce Evans Date: Thu, 21 Feb 2002 04:07:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gprof aout.c arcs.c gprof.c printgprof.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/02/21 04:07:21 PST Modified files: usr.bin/gprof aout.c arcs.c gprof.c printgprof.c Log: Fixed printf format errors. In printgprof.c, also convert the scale without possibly losing lots of precision, and print the scale using %g instead of %d in case it is non-integral. %g might not be the best format for this. Revision Changes Path 1.3 +2 -2 src/usr.bin/gprof/aout.c 1.8 +7 -7 src/usr.bin/gprof/arcs.c 1.14 +11 -11 src/usr.bin/gprof/gprof.c 1.7 +19 -19 src/usr.bin/gprof/printgprof.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message