[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.54 and 1.55

version 1.54, 2006/05/09 12:33:42 version 1.55, 2006/05/27 05:49:14
Line 136 
Line 136 
         }          }
   
         for (i = 0; i < argc; i++) {          for (i = 0; i < argc; i++) {
                 fd = rcs_statfile(argv[i], fpath, sizeof(fpath), 0);                  fd = rcs_choosefile(argv[i], fpath, sizeof(fpath));
                 if (fd < 0)                  if (fd < 0) {
                           warnx("%s", fpath);
                         continue;                          continue;
                   }
   
                 if ((file = rcs_open(fpath, fd,                  if ((file = rcs_open(fpath, fd,
                     RCS_READ|RCS_PARSE_FULLY)) == NULL)                      RCS_READ|RCS_PARSE_FULLY)) == NULL)

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55