[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.60 and 1.61

version 1.60, 2005/12/22 14:16:18 version 1.61, 2005/12/22 14:31:44
Line 697 
Line 697 
                         entf = NULL;                          entf = NULL;
                 }                  }
   
                 /*                  /* All went ok, switch to the newly created directory. */
                  * All went ok, switch to the newly created directory.                  cvs_chdir(d);
                  */  
                 if (cvs_chdir(d) == -1)  
                         goto done;  
   
                 d = strtok(NULL, "/");                  d = strtok(NULL, "/");
         }          }

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61