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

Diff for /src/usr.bin/rcs/rlog.c between version 1.16 and 1.17

version 1.16, 2005/12/02 09:55:39 version 1.17, 2005/12/27 16:36:03
Line 113 
Line 113 
                 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 ((Lflag == 1) && (TAILQ_EMPTY(&(file->rf_locks)))) {                  if ((Lflag == 1) && (TAILQ_EMPTY(&(file->rf_locks)))) {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17