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

Diff for /src/usr.bin/cvs/edit.c between version 1.25 and 1.26

version 1.25, 2007/01/09 10:01:43 version 1.26, 2007/01/10 21:32:19
Line 303 
Line 303 
                 fatal("cvs_edit_local: `%s': %s", CVS_PATH_BASEDIR,                  fatal("cvs_edit_local: `%s': %s", CVS_PATH_BASEDIR,
                     strerror(errno));                      strerror(errno));
   
         /* XXX: copy cf->file_path to bfpath */          if (cvs_file_copy(cf->file_path, bfpath) == -1)
                   fatal("cvs_edit_local: cvs_file_copy failed");
   
         xfree(bfpath);          xfree(bfpath);
   

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26