From owner-cvs-lib Wed Mar 20 10:29:05 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22939 for cvs-lib-outgoing; Wed, 20 Mar 1996 10:29:05 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22886 Wed, 20 Mar 1996 10:28:50 -0800 (PST) Date: Wed, 20 Mar 1996 10:28:50 -0800 (PST) From: Bill Fenner Message-Id: <199603201828.KAA22886@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdio vfprintf.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 96/03/20 10:28:50 Modified: lib/libc/stdio vfprintf.c Log: The 4.4-lite vfprintf counted the %# hex prefix and the sign in the precision; ANSI X3J11 is not crystal clear but certainly says that the precision specifies the number of /digits/, and signs and "0x" aren't really digits. NetBSD already has a similar patch. Revision Changes Path 1.8 +6 -8 src/lib/libc/stdio/vfprintf.c