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

Diff for /src/usr.bin/cvs/rcsnum.c between version 1.4 and 1.5

version 1.4, 2004/12/07 17:10:56 version 1.5, 2004/12/10 19:19:11
Line 215 
Line 215 
         }          }
   
         if (ep != NULL)          if (ep != NULL)
                 *ep = (char *)sp;                  *(const char **)ep = sp;
   
         nump->rn_len++;          nump->rn_len++;
         return (nump->rn_len);          return (nump->rn_len);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5