[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.38 and 1.39

version 1.38, 2005/07/23 10:49:35 version 1.39, 2005/07/23 10:59:47
Line 666 
Line 666 
                 /*                  /*
                  * All went ok, switch to the newly created directory.                   * All went ok, switch to the newly created directory.
                  */                   */
                 if (chdir(d) == -1) {                  if (cvs_chdir(d) == -1)
                         cvs_log(LP_ERRNO, "failed to change dir to `%s'", d);  
                         goto done;                          goto done;
                 }  
   
                 d = strtok(NULL, "/");                  d = strtok(NULL, "/");
         }          }

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39