[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.8 and 1.9

version 1.8, 2005/10/25 17:19:31 version 1.9, 2005/10/26 09:53:35
Line 105 
Line 105 
                 if (rcs_statfile(argv[i], fpath, sizeof(fpath)) < 0)                  if (rcs_statfile(argv[i], fpath, sizeof(fpath)) < 0)
                         continue;                          continue;
   
                   if (Rflag == 1) {
                           printf("%s\n", fpath);
                           continue;
                   }
   
                 if ((file = rcs_open(fpath, RCS_READ)) == NULL)                  if ((file = rcs_open(fpath, RCS_READ)) == NULL)
                         continue;                          continue;
   
                 if (Rflag == 0)                  rlog_file(argv[i], fpath, file);
                         rlog_file(argv[i], fpath, file);  
                 rcs_close(file);                  rcs_close(file);
         }          }
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9