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

Diff for /src/usr.bin/rcs/ci.c between version 1.4 and 1.5

version 1.4, 2005/10/07 23:59:56 version 1.5, 2005/10/08 11:50:59
Line 259 
Line 259 
         }          }
         cvs_buf_free(b2);          cvs_buf_free(b2);
   
         diff_format = D_RCSDIFF;          diff_format = D_RCSDIFF;
         cvs_diffreg(path1, path2, b3);          cvs_diffreg(path1, path2, b3);
         (void)unlink(path1);          (void)unlink(path1);
         (void)unlink(path2);          (void)unlink(path2);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5