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

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

version 1.47, 2005/07/27 19:24:14 version 1.48, 2005/07/30 21:16:17
Line 439 
Line 439 
   
         /* just create an empty Entries file */          /* just create an empty Entries file */
         ef = cvs_ent_open(dpath, O_WRONLY);          ef = cvs_ent_open(dpath, O_WRONLY);
         (void)cvs_ent_close(ef);          if (ef != NULL)
                   cvs_ent_close(ef);
   
         l = cvs_path_cat(dpath, CVS_PATH_ROOTSPEC, path, sizeof(path));          l = cvs_path_cat(dpath, CVS_PATH_ROOTSPEC, path, sizeof(path));
         if (l >= sizeof(path))          if (l >= sizeof(path))

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