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

Diff for /src/usr.bin/cvs/getlog.c between version 1.41 and 1.42

version 1.41, 2005/07/21 11:42:24 version 1.42, 2005/07/22 16:27:29
Line 165 
Line 165 
         if (cf->cf_type == DT_DIR) {          if (cf->cf_type == DT_DIR) {
                 if (cf->cf_cvstat == CVS_FST_UNKNOWN)                  if (cf->cf_cvstat == CVS_FST_UNKNOWN)
                         ret = cvs_sendreq(root, CVS_REQ_QUESTIONABLE,                          ret = cvs_sendreq(root, CVS_REQ_QUESTIONABLE,
                             CVS_FILE_NAME(cf));                              cf->cf_name);
                 else                  else
                         ret = cvs_senddir(root, cf);                          ret = cvs_senddir(root, cf);
                 return (ret);                  return (ret);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42