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

Diff for /src/usr.bin/cvs/rcs.c between version 1.297 and 1.298

version 1.297, 2010/07/23 21:46:05 version 1.298, 2010/07/31 11:37:37
Line 2783 
Line 2783 
                         trdp = rcs_findrev(rfp, rdp->rd_next);                          trdp = rcs_findrev(rfp, rdp->rd_next);
                         if (trdp == NULL)                          if (trdp == NULL)
                                 fatal("failed to grab next revision");                                  fatal("failed to grab next revision");
                   } else {
                           /*
                            * XXX Fail, although the caller does not always do the
                            * right thing (eg cvs diff when the tree is ahead of
                            * the repository).
                            */
                           break;
                 }                  }
   
                 if (rdp->rd_tlen == 0) {                  if (rdp->rd_tlen == 0) {

Legend:
Removed from v.1.297  
changed lines
  Added in v.1.298