[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.50 and 1.51

version 1.50, 2008/01/31 22:19:36 version 1.51, 2008/02/09 14:03:20
Line 32 
Line 32 
 static void      rcsnum_setsize(RCSNUM *, u_int);  static void      rcsnum_setsize(RCSNUM *, u_int);
 static char     *rcsnum_itoa(u_int16_t, char *, size_t);  static char     *rcsnum_itoa(u_int16_t, char *, size_t);
   
 int rcsnum_flags;  
   
 /*  /*
  * rcsnum_alloc()   * rcsnum_alloc()
  *   *
Line 287 
Line 285 
          * completely insane and not understandable reason in that output.           * completely insane and not understandable reason in that output.
          *           *
          */           */
         if (nump->rn_len > 2 && nump->rn_id[nump->rn_len - 1] == 0          if (nump->rn_len > 2 && nump->rn_id[nump->rn_len - 1] == 0) {
             && !(rcsnum_flags & RCSNUM_NO_MAGIC)) {  
                 /*                  /*
                  * Look for ".0.x" at the end of the branch number.                   * Look for ".0.x" at the end of the branch number.
                  */                   */

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51