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

Diff for /src/usr.bin/cvs/file.c between version 1.81 and 1.82

version 1.81, 2005/05/28 01:34:28 version 1.82, 2005/05/31 08:26:40
Line 800 
Line 800 
                         cfp->cf_flags &= ~CVS_GDIR_IGNORE;                          cfp->cf_flags &= ~CVS_GDIR_IGNORE;
   
                 if (cvs_file_getdir(cfp, flags, np, cb, arg) < 0) {                  if (cvs_file_getdir(cfp, flags, np, cb, arg) < 0) {
                         cvs_log(LP_ERROR, "failed to get %s",                          cvs_log(LP_ERR, "failed to get %s", CVS_FILE_NAME(cfp));
                             CVS_FILE_NAME(cfp));  
                         continue;                          continue;
                 }                  }
         }          }

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82