[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.54 and 1.55

version 1.54, 2006/02/24 14:34:56 version 1.55, 2006/03/05 14:18:56
Line 298 
Line 298 
                 cvs_log(LP_ERR, "cannot find revision `%s'", buf);                  cvs_log(LP_ERR, "cannot find revision `%s'", buf);
                 return (-1);                  return (-1);
         }          }
           /*
            * Do keyword expansion if required.
            */
           bp = rcs_kwexp_buf(bp, file, frev);
   
         if (flags & CO_LOCK) {          if (flags & CO_LOCK) {
                 if ((lockname != NULL)                  if ((lockname != NULL)

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