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

Diff for /src/usr.bin/uniq/uniq.c between version 1.22 and 1.23

version 1.22, 2015/10/09 01:37:09 version 1.23, 2015/11/02 20:25:42
Line 214 
Line 214 
                                 return;                                  return;
                 } else if (ap[1] == '-')                  } else if (ap[1] == '-')
                         return;                          return;
                 if (!isdigit(ap[1]))                  if (!isdigit((unsigned char)ap[1]))
                         continue;                          continue;
                 /*                  /*
                  * Digit signifies an old-style option.  Malloc space for dash,                   * Digit signifies an old-style option.  Malloc space for dash,

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23