[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.19 and 1.20

version 1.19, 2005/11/23 09:39:20 version 1.20, 2005/11/25 15:56:10
Line 127 
Line 127 
                 if ((file = rcs_open(fpath, RCS_READ)) == NULL)                  if ((file = rcs_open(fpath, RCS_READ)) == NULL)
                         continue;                          continue;
   
                   if (kflag != RCS_KWEXP_ERR)
                           rcs_kwexp_set(file, kflag);
   
                 if (rev == RCS_HEAD_REV)                  if (rev == RCS_HEAD_REV)
                         frev = file->rf_head;                          frev = file->rf_head;
                 else                  else

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20