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

Diff for /src/usr.bin/rcs/rcsprog.c between version 1.48 and 1.49

version 1.48, 2005/11/25 14:16:44 version 1.49, 2005/11/27 16:49:15
Line 467 
Line 467 
                 if (verbose == 1)                  if (verbose == 1)
                         printf("RCS file: %s\n", fpath);                          printf("RCS file: %s\n", fpath);
   
                 if ((file = rcs_open(fpath, flags, fmode)) == NULL);                  if ((file = rcs_open(fpath, flags, fmode)) == NULL)
                         continue;                          continue;
   
                 if (flags & PRESERVETIME)                  if (flags & PRESERVETIME)

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49