Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5138 in orxonox.OLD


Ignore:
Timestamp:
Aug 26, 2005, 1:43:46 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: clear is now registered for real

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell_command.cc

    r5137 r5138  
    9898  while(elem != NULL)
    9999  {
    100     if (!strncmp(executionString, elem->commandName, commandEnd - executionString))
     100    if (!strncmp(executionString, elem->commandName, strlen(elem->commandName)))
    101101    {
    102102      elem->executeCommand(commandEnd);
Note: See TracChangeset for help on using the changeset viewer.