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

Diff for /src/usr.bin/rcs/rcsclean.c between version 1.28 and 1.29

version 1.28, 2006/03/24 15:57:29 version 1.29, 2006/04/10 08:08:00
Line 151 
Line 151 
         if (flags & PRESERVETIME)          if (flags & PRESERVETIME)
                 rcs_mtime = rcs_get_mtime(file->rf_path);                  rcs_mtime = rcs_get_mtime(file->rf_path);
   
         if (!RCS_KWEXP_INVAL(kflag))          rcs_kwexp_set(file, kflag);
                 rcs_kwexp_set(file, kflag);  
   
         if (rev == RCS_HEAD_REV)          if (rev == RCS_HEAD_REV)
                 frev = file->rf_head;                  frev = file->rf_head;

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