[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.201 and 1.202

version 1.201, 2007/06/30 08:23:49 version 1.202, 2007/07/03 00:56:23
Line 377 
Line 377 
         b2 = NULL;          b2 = NULL;
   
         diff_format = D_RCSDIFF;          diff_format = D_RCSDIFF;
         if (rcs_diffreg(path1, path2, b3, 0) == D_ERROR)          if (diffreg(path1, path2, b3, 0) == D_ERROR)
                 goto out;                  goto out;
   
         return (b3);          return (b3);

Legend:
Removed from v.1.201  
changed lines
  Added in v.1.202