[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.204 and 1.205

version 1.204, 2008/03/22 21:15:54 version 1.205, 2009/02/25 23:16:20
Line 378 
Line 378 
         b2 = NULL;          b2 = NULL;
   
         diff_format = D_RCSDIFF;          diff_format = D_RCSDIFF;
         if (diffreg(path1, path2, b3, 0) == D_ERROR)          if (diffreg(path1, path2, b3, D_FORCEASCII) == D_ERROR)
                 goto out;                  goto out;
   
         return (b3);          return (b3);

Legend:
Removed from v.1.204  
changed lines
  Added in v.1.205