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

Diff for /src/usr.bin/cvs/client.c between version 1.100 and 1.101

version 1.100, 2008/02/05 21:49:29 version 1.101, 2008/02/09 12:48:23
Line 161 
Line 161 
         STRIP_SLASH(data);          STRIP_SLASH(data);
   
         /* first directory we get is our module root */          /* first directory we get is our module root */
         if (module_repo_root == NULL) {          if (module_repo_root == NULL && checkout_target_dir != NULL) {
                 p = repository + strlen(current_cvsroot->cr_dir) + 1;                  p = repository + strlen(current_cvsroot->cr_dir) + 1;
                 module_repo_root = xstrdup(p);                  module_repo_root = xstrdup(p);
                 p = strrchr(module_repo_root, '/');                  p = strrchr(module_repo_root, '/');

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101