From: utzoo!decvax!cca!dove@mit-dspg@sri-unix
Newsgroups: net.unix-wizards
Title: dpy
Article-I.D.: sri-unix.2157
Posted: Tue Jul 20 02:14:34 1982
Received: Sun Jul 25 00:55:05 1982

Date: 24 Jun 1982 11:02:12-EDT
If your dpy suddenly stops displaying times for processes, check the
code for forms like

60*(*ttime-sp->ltime)

and change them to

(07777777777&(60*(*ttime-sp->ltime)))

That is all.