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

Diff for /src/usr.bin/cvs/history.c between version 1.35 and 1.36

version 1.35, 2008/01/31 10:15:05 version 1.36, 2008/06/10 15:55:54
Line 86 
Line 86 
   
         /* construct repository field */          /* construct repository field */
         if (cvs_cmdop != CVS_OP_CHECKOUT && cvs_cmdop != CVS_OP_EXPORT) {          if (cvs_cmdop != CVS_OP_CHECKOUT && cvs_cmdop != CVS_OP_EXPORT) {
                 cvs_get_repository_name(".", repo, sizeof(repo));                  cvs_get_repository_name((cf != NULL) ? cf->file_wd : ".",
                       repo, sizeof(repo));
         } else {          } else {
                 strlcpy(repo, argument, sizeof(repo));                  strlcpy(repo, argument, sizeof(repo));
         }          }

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