[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.55 and 1.56

version 1.55, 2006/03/05 14:18:56 version 1.56, 2006/03/06 13:47:34
Line 324 
Line 324 
                         printf(" (unlocked)\n");                          printf(" (unlocked)\n");
         }          }
   
           if ((verbose == 1) && !(flags & NEWFILE))
                   printf("\n");
   
         if (flags & CO_LOCK) {          if (flags & CO_LOCK) {
                 lcount++;                  lcount++;
                 if (lcount > 1)                  if (lcount > 1)

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