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

Diff for /src/usr.bin/rcs/rcsmerge.c between version 1.29 and 1.30

version 1.29, 2006/04/21 14:18:26 version 1.30, 2006/04/21 17:17:29
Line 104 
Line 104 
         }          }
   
         for (i = 0; i < argc; i++) {          for (i = 0; i < argc; i++) {
                 if (rcs_statfile(argv[i], fpath, sizeof(fpath)) < 0)                  if (rcs_statfile(argv[i], fpath, sizeof(fpath), flags) < 0)
                         continue;                          continue;
   
                 if ((file = rcs_open(fpath, RCS_READ)) == NULL)                  if ((file = rcs_open(fpath, RCS_READ)) == NULL)

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30