Changeset 1436 for code/branches/console/src/core/CommandExecutor.cc
- Timestamp:
- May 27, 2008, 3:01:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/CommandExecutor.cc
r1435 r1436 557 557 unsigned int lowestIndex = 1 + (CommandExecutor::getEvaluation().functionclass_ != 0); 558 558 559 for (unsigned int i = CommandExecutor::argumentsGiven() - 2; i >= lowestIndex; --i)559 for (unsigned int i = CommandExecutor::argumentsGiven() - 1; i >= lowestIndex; --i) 560 560 { 561 561 params[index] = CommandExecutor::getArgument(i);
Note: See TracChangeset
for help on using the changeset viewer.