Xref: utzoo comp.bugs.misc:225 comp.sources.bugs:1759 comp.sys.sequent:306 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!blake!ogccse!cvedc!nosun!tektronix!sequent!phil From: phil@sequent.UUCP (Phil Hochstetler) Newsgroups: comp.bugs.misc,comp.sources.bugs,comp.sys.sequent Subject: Typo in top 2.5 Message-ID: <16964@sequent.UUCP> Date: 6 Jun 89 03:56:03 GMT Reply-To: phil@sequent.UUCP (Phil Hochstetler) Organization: Sequent Computer Systems, Inc Lines: 16 I noticed a typo in top 2.5 in the file "display.c". The following code has an extra ";" at line 117. 117 if (mpid != lmpid); 118 { 119 Move_to(x_lastpid, y_lastpid); 120 printf("%5d", mpid); 121 lmpid = mpid; 122 } This bug is somewhat harmless but does increase the cpu time consumed. -- Phil Hochstetler UUCP: uunet!sequent!phil Sequent Computer Systems Beaverton, Oregon