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

Diff for /src/usr.bin/cut/cut.c between version 1.24 and 1.25

version 1.24, 2018/03/30 09:25:06 version 1.25, 2018/07/13 08:51:14
Line 157 
Line 157 
 int  int
 read_number(char **p)  read_number(char **p)
 {  {
         size_t pos;  
         int dash, n;          int dash, n;
         const char *errstr;          const char *errstr;
         char *q;          char *q;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25