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

Diff for /src/usr.bin/cvs/file.c between version 1.6 and 1.7

version 1.6, 2004/07/27 12:01:58 version 1.7, 2004/07/27 16:56:10
Line 365 
Line 365 
         struct cvs_file *cfp;          struct cvs_file *cfp;
         struct cvs_dir *cdp;          struct cvs_dir *cdp;
   
           cdp = cf->cf_ddat;
   
         if (cvs_readrepo(cf->cf_path, pbuf, sizeof(pbuf)) == 0) {          if (cvs_readrepo(cf->cf_path, pbuf, sizeof(pbuf)) == 0) {
                 cdp->cd_repo = strdup(pbuf);                  cdp->cd_repo = strdup(pbuf);
                 if (cdp->cd_repo == NULL) {                  if (cdp->cd_repo == NULL) {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7