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

Diff for /src/usr.bin/cvs/checkout.c between version 1.34 and 1.35

version 1.34, 2005/06/28 08:54:54 version 1.35, 2005/07/07 14:27:57
Line 191 
Line 191 
 cvs_checkout_pre_exec(struct cvsroot *root)  cvs_checkout_pre_exec(struct cvsroot *root)
 {  {
         int i;          int i;
         char *sp;          char *sp;
   
         for (i = 0; i < co_nmod; i++) {          for (i = 0; i < co_nmod; i++) {
                 if ((sp = strchr(co_mods[i], '/')) != NULL)                  if ((sp = strchr(co_mods[i], '/')) != NULL)

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35