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

Diff for /src/usr.bin/rcs/rcsdiff.c between version 1.27 and 1.28

version 1.27, 2005/12/20 09:04:17 version 1.28, 2005/12/27 16:05:21
Line 121 
Line 121 
                 if (rcs_statfile(argv[i], fpath, sizeof(fpath)) < 0)                  if (rcs_statfile(argv[i], fpath, sizeof(fpath)) < 0)
                         continue;                          continue;
   
                 if ((file = rcs_open(fpath, RCS_READ)) == NULL)                  if ((file = rcs_open(fpath, RCS_READ|RCS_PARSE_FULLY)) == NULL)
                         continue;                          continue;
   
                 if (kflag != RCS_KWEXP_ERR)                  if (kflag != RCS_KWEXP_ERR)

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28