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

Diff for /src/usr.bin/cvs/diff.c between version 1.116 and 1.117

version 1.116, 2007/01/26 11:19:44 version 1.117, 2007/02/09 03:49:15
Line 170 
Line 170 
                 return;                  return;
         }          }
   
         cvs_file_classify(cf, NULL, 0);          cvs_file_classify(cf, NULL);
   
         if (cf->file_status == FILE_LOST) {          if (cf->file_status == FILE_LOST) {
                 cvs_log(LP_ERR, "cannot find file %s", cf->file_path);                  cvs_log(LP_ERR, "cannot find file %s", cf->file_path);

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117