[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.62 and 1.63

version 1.62, 2006/03/16 04:04:57 version 1.63, 2006/03/16 17:11:30
Line 336 
Line 336 
   
         if (flags & CO_LOCK) {          if (flags & CO_LOCK) {
                 lcount++;                  lcount++;
                 if (lcount > 1)                  if ((verbose == 1) && (lcount > 1))
                         cvs_log(LP_WARN, "You now have %d locks.", lcount);                          cvs_log(LP_WARN, "%s: warning: You now have %d locks.",
                               file->rf_path, lcount);
         }          }
   
         if ((pipeout == 0) && (stat(dst, &st) == 0) && !(flags & FORCE)) {          if ((pipeout == 0) && (stat(dst, &st) == 0) && !(flags & FORCE)) {

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63