Changeset 5138 in orxonox.OLD for trunk/src/util
- Timestamp:
- Aug 26, 2005, 1:43:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/shell_command.cc
r5137 r5138 98 98 while(elem != NULL) 99 99 { 100 if (!strncmp(executionString, elem->commandName, commandEnd - executionString))100 if (!strncmp(executionString, elem->commandName, strlen(elem->commandName))) 101 101 { 102 102 elem->executeCommand(commandEnd);
Note: See TracChangeset
for help on using the changeset viewer.