[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.35 and 1.36

version 1.35, 2007/01/13 20:59:49 version 1.36, 2007/02/09 03:49:15
Line 109 
Line 109 
 {  {
         cvs_log(LP_TRACE, "cvs_annotate_local(%s)", cf->file_path);          cvs_log(LP_TRACE, "cvs_annotate_local(%s)", cf->file_path);
   
         cvs_file_classify(cf, NULL, 0);          cvs_file_classify(cf, NULL);
   
         if (cf->file_status == FILE_UNKNOWN ||          if (cf->file_status == FILE_UNKNOWN ||
             cf->file_status == FILE_UNLINK)              cf->file_status == FILE_UNLINK)

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36