[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.69 and 1.70

version 1.69, 2005/05/01 23:21:39 version 1.70, 2005/05/12 23:35:42
Line 654 
Line 654 
                         continue;                          continue;
                 }                  }
   
                   if ((ent->d_type != DT_DIR) && (flags & CF_NOFILES))
                           continue;
   
                 if (path != NULL) {                  if (path != NULL) {
                         if (strcmp(path, ent->d_name))                          if (strcmp(path, ent->d_name))
                                 continue;                                  continue;

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70