[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.246 and 1.247

version 1.246, 2008/02/09 11:17:02 version 1.247, 2008/02/09 13:41:22
Line 3549 
Line 3549 
         }          }
   
         if ((rdp = rcs_findrev(rfp, rev)) == NULL)          if ((rdp = rcs_findrev(rfp, rev)) == NULL)
                 fatal("rcs_datetorev: cannot find revision");                  fatal("rcs_translate_tag: cannot find revision");
   
         if (cvs_specified_date == 0)          if (cvs_specified_date == 0)
                 return rev;                  return rev;

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.247