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

Diff for /src/usr.bin/cvs/annotate.c between version 1.23 and 1.24

version 1.23, 2005/07/25 12:05:43 version 1.24, 2005/12/22 14:59:54
Line 191 
Line 191 
         if (cf->cf_cvstat == CVS_FST_UNKNOWN)          if (cf->cf_cvstat == CVS_FST_UNKNOWN)
                 return (0);                  return (0);
   
         if (cvs_rcs_getpath(cf, rcspath, sizeof(rcspath)) == NULL)          cvs_rcs_getpath(cf, rcspath, sizeof(rcspath));
                 return (CVS_EX_DATA);  
   
         rf = rcs_open(rcspath, RCS_READ);          rf = rcs_open(rcspath, RCS_READ);
         if (rf == NULL)          if (rf == NULL)

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24