Ignore:
Timestamp:
Apr 13, 2005, 1:01:34 PM (19 years ago)
Author:
arnault
Message:

Fix arg counting for cvstags command. See CL 266

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_commands.cxx

    r22 r37  
    829829void ArgParser::do_cvssubpackages ()
    830830{
    831   if (argc > 1)
     831  if (argc > 0)
    832832    {
    833833      fill_one_argument ();
     
    844844void ArgParser::do_cvstags ()
    845845{
    846   if (argc > 1)
     846  if (argc > 0)
    847847    {
    848848      fill_arguments ();
Note: See TracChangeset for help on using the changeset viewer.