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

Diff for /src/usr.bin/rcs/rcsnum.c between version 1.13 and 1.14

version 1.13, 2011/05/20 19:21:10 version 1.14, 2014/01/07 14:08:16
Line 247 
Line 247 
         nump->rn_id[0] = 0;          nump->rn_id[0] = 0;
   
         for (sp = str;; sp++) {          for (sp = str;; sp++) {
                 if (!isdigit(*sp) && (*sp != '.'))                  if (!isdigit((unsigned char)*sp) && (*sp != '.'))
                         break;                          break;
   
                 if (*sp == '.') {                  if (*sp == '.') {

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