[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.55 and 1.56

version 1.55, 2006/05/27 05:49:14 version 1.56, 2006/10/12 17:20:12
Line 138 
Line 138 
         for (i = 0; i < argc; i++) {          for (i = 0; i < argc; i++) {
                 fd = rcs_choosefile(argv[i], fpath, sizeof(fpath));                  fd = rcs_choosefile(argv[i], fpath, sizeof(fpath));
                 if (fd < 0) {                  if (fd < 0) {
                         warnx("%s", fpath);                          warn("%s", fpath);
                         continue;                          continue;
                 }                  }
   

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