Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5642 in orxonox.OLD for trunk/src/lib/shell/shell_command_class.cc


Ignore:
Timestamp:
Nov 19, 2005, 12:16:12 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: valgrind sweep

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_command_class.cc

    r5641 r5642  
    238238        while(elem != NULL)
    239239        {
    240           PRINT(0)("  command:'%s' : params:%d: ", elem->getName(), elem->paramCount);
    241           for (unsigned int i = 0; i< elem->paramCount; i++)
    242             PRINT(0)("%s ", ShellCommand::paramToString(elem->parameters[i]));
     240          PRINT(0)("  command:'%s' : params:%d: ", elem->getName(), elem->executor->getParamCount());
     241          /// FIXME
     242          /*          for (unsigned int i = 0; i< elem->paramCount; i++)
     243            PRINT(0)("%s ", ShellCommand::paramToString(elem->parameters[i]));*/
    243244          if (elem->description != NULL)
    244245            PRINT(0)("- %s", elem->description);
Note: See TracChangeset for help on using the changeset viewer.