Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5192 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc


Ignore:
Timestamp:
Sep 18, 2005, 12:49:27 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: more completion issues

File:
1 edited

Legend:

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

    r5190 r5192  
    6363bool ShellCommandClass::getCommandListOfClass(const char* className, tList<const char>* stringList)
    6464{
    65   if (stringList == NULL)
     65  if (stringList == NULL || className == NULL)
    6666    return false;
    6767
Note: See TracChangeset for help on using the changeset viewer.