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

Diff for /src/usr.bin/cvs/update.c between version 1.47 and 1.48

version 1.47, 2005/12/03 15:31:53 version 1.48, 2005/12/22 14:59:54
Line 244 
Line 244 
         if (cf->cf_type == DT_DIR) {          if (cf->cf_type == DT_DIR) {
                 if (verbosity > 1)                  if (verbosity > 1)
                         cvs_log(LP_NOTICE, "Updating %s", fpath);                          cvs_log(LP_NOTICE, "Updating %s", fpath);
   
                 return (CVS_EX_OK);                  return (CVS_EX_OK);
         }          }
   
         if (cvs_rcs_getpath(cf, rcspath, sizeof(rcspath)) == NULL)          cvs_rcs_getpath(cf, rcspath, sizeof(rcspath));
                 return (CVS_EX_DATA);  
   
         /*          /*
          * Only open the RCS file for files that have not been added.           * Only open the RCS file for files that have not been added.

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48