[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.138 and 1.139

version 1.138, 2008/02/10 14:00:42 version 1.139, 2008/02/10 14:04:40
Line 466 
Line 466 
   
         cvs_get_repository_name(dir, buf, sizeof(buf));          cvs_get_repository_name(dir, buf, sizeof(buf));
         (void)xsnprintf(dst, len, "%s/%s", current_cvsroot->cr_dir, buf);          (void)xsnprintf(dst, len, "%s/%s", current_cvsroot->cr_dir, buf);
           cvs_validate_directory(dst);
 }  }
   
 void  void

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139