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

Diff for /src/usr.bin/top/commands.c between version 1.13 and 1.14

version 1.13, 2003/09/19 10:32:24 version 1.14, 2004/05/09 22:14:15
Line 121 
Line 121 
         return (*str == '\0' ? NULL : str);          return (*str == '\0' ? NULL : str);
 }  }
   
 static int  static int
 scanint(char *str, int *intp)  scanint(char *str, int *intp)
 {  {
         int val = 0;          int val = 0;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14