[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.15 and 1.16

version 1.15, 2005/08/02 11:48:56 version 1.16, 2005/09/19 15:45:16
Line 274 
Line 274 
          * completely insane and not understandable reason in that output.           * completely insane and not understandable reason in that output.
          *           *
          */           */
   #if !defined(RCSPROG)
         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)
             && (cvs_cmdop != CVS_OP_LOG)) {              && (cvs_cmdop != CVS_OP_LOG)) {
   #else
           if ((nump->rn_len > 2) && (nump->rn_id[nump->rn_len - 1] == 0)) {
   #endif
                 /*                  /*
                  * 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.15  
changed lines
  Added in v.1.16