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

Diff for /src/usr.bin/top/display.c between version 1.47 and 1.48

version 1.47, 2014/01/14 02:44:57 version 1.48, 2014/11/27 14:08:01
Line 370 
Line 370 
                         first = 0;                          first = 0;
                         move(2, 0);                          move(2, 0);
                         clrtoeol();                          clrtoeol();
                         addstrp("All CPUs: ");                          printwp("%-3d CPUs: ", ncpu);
   
                         while ((thisname = *names++) != NULL) {                          while ((thisname = *names++) != NULL) {
                                 if (*thisname != '\0') {                                  if (*thisname != '\0') {

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48