[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.12 and 1.13

version 1.12, 2004/12/08 21:11:07 version 1.13, 2004/12/14 21:40:39
Line 501 
Line 501 
                 return (0);                  return (0);
         }          }
   
           if (cfp->cf_cvstat == CVS_FST_LOST) {
                   cvs_log(LP_WARN, "cannot find file %s", CVS_FILE_NAME(cfp));
                   return (0);
           }
   
         rf = NULL;          rf = NULL;
         diff_file = cvs_file_getpath(cfp, fpath, sizeof(fpath));          diff_file = cvs_file_getpath(cfp, fpath, sizeof(fpath));
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13