[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.145 and 1.146

version 1.145, 2009/02/21 14:50:53 version 1.146, 2009/03/19 10:09:16
Line 324 
Line 324 
             date1 == -1 && date2 == -1)              date1 == -1 && date2 == -1)
                 return;                  return;
   
           if (cf->file_status == FILE_PATCH)
                   return;
   
         if (cf->file_rcs != NULL && cf->file_rcs->rf_head == NULL) {          if (cf->file_rcs != NULL && cf->file_rcs->rf_head == NULL) {
                 cvs_log(LP_ERR, "no head revision in RCS file for %s\n",                  cvs_log(LP_ERR, "no head revision in RCS file for %s\n",
                     cf->file_path);                      cf->file_path);

Legend:
Removed from v.1.145  
changed lines
  Added in v.1.146