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

Diff for /src/usr.bin/systat/engine.c between version 1.15 and 1.16

version 1.15, 2013/09/07 11:43:49 version 1.16, 2013/11/26 21:08:12
Line 168 
Line 168 
   
                 /* count until we hit a non digit. (e.g. the prefix) */                  /* count until we hit a non digit. (e.g. the prefix) */
                 for (digits = 0; digits < len; digits++)                  for (digits = 0; digits < len; digits++)
                         if (!isdigit(buf[digits]))                          if (!isdigit((unsigned char)buf[digits]))
                                 break;                                  break;
   
                 curdigit = digits;                  curdigit = digits;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16