Changeset 5192 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc
- Timestamp:
- Sep 18, 2005, 12:49:27 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.cc
r5190 r5192 63 63 bool ShellCommandClass::getCommandListOfClass(const char* className, tList<const char>* stringList) 64 64 { 65 if (stringList == NULL )65 if (stringList == NULL || className == NULL) 66 66 return false; 67 67
Note: See TracChangeset
for help on using the changeset viewer.