Fix math in SIGINFO printer.

This commit is contained in:
Bill Fenner 1996-12-02 21:42:11 +00:00
parent 610600118c
commit 0b71f5af34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20099

View File

@ -751,9 +751,9 @@ status()
: 0),
temp_min,
((nreceived + nrepeats) ?
(tsum / (nreceived + nrepeats))/1000.0
(tsum / (nreceived + nrepeats))
: tsum),
tmax/ 1000.0);
tmax);
}
/*