Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 1997 14:24:33 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG
Subject:   cvs commit: src/sbin/fsck main.c
Message-ID:  <199712202224.OAA00705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/12/20 14:24:33 PST

  Modified files:
    sbin/fsck            main.c 
  Log:
  Fixed style bugs in the printing of statistics after preening.  Use
  floating point better in the percentage calculation there to avoid
  overflow when there are more than about 20 million fragments.  Start
  using floating point in the other percentage calculation to avoid
  overflow when there are more than about 2 million fragments.
  
  Fixed printf format strings.
  
  Converted sccsid to rcsid.
  
  Revision  Changes    Path
  1.12      +16 -15    src/sbin/fsck/main.c



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