[BACK]Return to top.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / top

Diff for /src/usr.bin/top/top.c between version 1.3 and 1.3.4.1

version 1.3, 1999/05/23 17:19:21 version 1.3.4.1, 2000/10/06 20:06:24
Line 761 
Line 761 
                                 {                                  {
                                     if ((errmsg = kill_procs(tempbuf2)) != NULL)                                      if ((errmsg = kill_procs(tempbuf2)) != NULL)
                                     {                                      {
                                         new_message(MT_standout, errmsg);                                          new_message(MT_standout, "%s", errmsg);
                                         putchar('\r');                                          putchar('\r');
                                         no_command = Yes;                                          no_command = Yes;
                                     }                                      }
Line 778 
Line 778 
                                 {                                  {
                                     if ((errmsg = renice_procs(tempbuf2)) != NULL)                                      if ((errmsg = renice_procs(tempbuf2)) != NULL)
                                     {                                      {
                                         new_message(MT_standout, errmsg);                                          new_message(MT_standout, "%s", errmsg);
                                         putchar('\r');                                          putchar('\r');
                                         no_command = Yes;                                          no_command = Yes;
                                     }                                      }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.4.1