[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.105 and 1.106

version 1.105, 2005/07/25 12:58:22 version 1.106, 2005/07/27 10:36:14
Line 1381 
Line 1381 
   
         empty = (empty == 0);          empty = (empty == 0);
         if (empty) {          if (empty) {
                 if (cvs_remove_dir(path) < 0) {                  if (cvs_rmdir(path) < 0) {
                         cvs_log(LP_ERR, "failed to prune `%s'", path);                          cvs_log(LP_ERR, "failed to prune `%s'", path);
                         empty = 0;                          empty = 0;
                 }                  }

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106