[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.115 and 1.116

version 1.115, 2005/08/17 16:23:19 version 1.116, 2005/08/19 13:36:50
Line 604 
Line 604 
             ((cvs_error = cb(base, arg)) != CVS_EX_OK))              ((cvs_error = cb(base, arg)) != CVS_EX_OK))
                 goto fail;                  goto fail;
   
         if (entf != NULL) {  
                 cvs_ent_close(entf);  
                 entf = NULL;  
         }  
   
         /*          /*
          * If we have a normal file, pass it as well.           * If we have a normal file, pass it as well.
          */           */
Line 624 
Line 619 
                         cvs_error = CVS_EX_FILE;                          cvs_error = CVS_EX_FILE;
                         goto fail;                          goto fail;
                 }                  }
           }
   
           if (entf != NULL) {
                   cvs_ent_close(entf);
                   entf = NULL;
         }          }
   
         return (base);          return (base);

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116