Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2004 14:22:13 -0800 (PST)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/printf printf.c
Message-ID:  <200403072222.i27MMDQe014135@repoman.freebsd.org>

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



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