[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.49 and 1.50

version 1.49, 2005/12/23 00:59:56 version 1.50, 2005/12/27 16:05:21
Line 156 
Line 156 
                         continue;                          continue;
                 }                  }
   
                 if ((file = rcs_open(fpath, RCS_RDWR)) == NULL)                  if ((file = rcs_open(fpath, RCS_RDWR|RCS_PARSE_FULLY)) == NULL)
                         continue;                          continue;
   
                 if (flags & PRESERVETIME)                  if (flags & PRESERVETIME)

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50