[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.68 and 1.69

version 1.68, 2006/01/25 11:19:51 version 1.69, 2006/01/27 12:56:28
Line 675 
Line 675 
                         if (strlcat(rpath, "/", sizeof(rpath)) >= sizeof(rpath))                          if (strlcat(rpath, "/", sizeof(rpath)) >= sizeof(rpath))
                                 fatal("cvs_create_dir: path truncation");                                  fatal("cvs_create_dir: path truncation");
   
                         if (cvs_mkadmin(d, root, rpath, NULL, NULL, 0) < 0) {                          cvs_mkadmin(d, root, rpath, NULL, NULL, 0);
                                 cvs_log(LP_ERR, "failed to create adm files");  
                                 goto done;  
                         }  
                 }                  }
   
                 /*                  /*

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