cvs commit: src/usr.bin/printf printf.c

Colin Percival cperciva at FreeBSD.org
Sun Mar 7 14:22:14 PST 2004


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


More information about the cvs-all mailing list