Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 1996 10:28:50 -0800 (PST)
From:      Bill Fenner <fenner>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/stdio vfprintf.c
Message-ID:  <199603201828.KAA22886@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603201828.KAA22886>