[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.186 and 1.187

version 1.186, 2006/08/23 20:28:47 version 1.187, 2006/09/21 15:30:07
Line 358 
Line 358 
         b2 = NULL;          b2 = NULL;
   
         diff_format = D_RCSDIFF;          diff_format = D_RCSDIFF;
         if (rcs_diffreg(path1, path2, b3) == D_ERROR)          if (rcs_diffreg(path1, path2, b3, 0) == D_ERROR)
                 goto out;                  goto out;
   
         return (b3);          return (b3);

Legend:
Removed from v.1.186  
changed lines
  Added in v.1.187