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

Diff for /src/usr.bin/cvs/tag.c between version 1.23 and 1.24

version 1.23, 2005/07/11 09:08:47 version 1.24, 2005/07/11 10:33:57
Line 290 
Line 290 
                 }                  }
         }          }
   
         cvs_printf("T %s\n", fpath);          if (verbosity > 0)
                   cvs_printf("T %s\n", fpath);
   
         rcs_close(rf);          rcs_close(rf);
         return (0);          return (0);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24