[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.57 and 1.58

version 1.57, 2008/03/02 19:14:10 version 1.58, 2008/06/09 16:34:22
Line 163 
Line 163 
   
         cvs_file_classify(cf, cvs_directory_tag);          cvs_file_classify(cf, cvs_directory_tag);
   
         if (cf->file_status == FILE_UNKNOWN || cf->file_status == FILE_UNLINK ||          if (cf->file_rcs == NULL)
             cf->file_type != CVS_FILE)  
                 return;                  return;
   
         if (cvs_specified_tag != NULL) {          if (cvs_specified_tag != NULL) {

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58