Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 1997 01:43:20 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/pppstats pppstats.c
Message-ID:  <199709100843.BAA03368@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/09/10 01:43:20 PDT

  Modified files:
    usr.sbin/pppstats    pppstats.c 
  Log:
  Duh, calculate the compression ration correctly. (fixed point artithmatic
  with 8 "fractional" bits needs to be divided (not multiplied) by 256.0
  to get a floating point representation)
  
  Revision  Changes    Path
  1.11      +5 -5      src/usr.sbin/pppstats/pppstats.c



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