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

Diff for /src/usr.bin/rcs/co.c between version 1.71 and 1.72

version 1.71, 2006/04/09 19:22:23 version 1.72, 2006/04/10 08:08:00
Line 173 
Line 173 
                 if (flags & PRESERVETIME)                  if (flags & PRESERVETIME)
                         rcs_mtime = rcs_get_mtime(file->rf_path);                          rcs_mtime = rcs_get_mtime(file->rf_path);
   
                 if (kflag != RCS_KWEXP_ERR)                  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.71  
changed lines
  Added in v.1.72