[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.11 and 1.12

version 1.11, 2005/10/12 17:13:30 version 1.12, 2005/10/12 17:43:18
Line 165 
Line 165 
                 cvs_buf_free(bp);                  cvs_buf_free(bp);
   
                 rcs_close(file);                  rcs_close(file);
                 if (verbose) {                  if (verbose == 1) {
                         printf("revision %s ", buf);                          printf("revision %s ", buf);
                         if (lock == LOCK_LOCK)                          if (lock == LOCK_LOCK)
                                 printf("(locked)");                                  printf("(locked)");

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12