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

Diff for /src/usr.bin/rcs/co.c between version 1.34 and 1.35

version 1.34, 2005/11/23 09:39:20 version 1.35, 2005/11/23 13:59:07
Line 136 
Line 136 
                         printf("%s  -->  %s\n", fpath,                          printf("%s  -->  %s\n", fpath,
                             (pipeout == 1) ? "standard output" : argv[i]);                              (pipeout == 1) ? "standard output" : argv[i]);
   
                   if ((flags & CO_LOCK) && (kflag & RCS_KWEXP_VAL)) {
                           cvs_log(LP_ERR, "%s: cannot combine -kv and -l", fpath);
                           continue;
                   }
   
                 if ((file = rcs_open(fpath, RCS_RDWR)) == NULL)                  if ((file = rcs_open(fpath, RCS_RDWR)) == NULL)
                         continue;                          continue;
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35