Changeset 7286
- Timestamp:
- Aug 31, 2010, 10:09:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/command/CommandEvaluation.cc
r7284 r7286 275 275 276 276 for (size_t i = 0; i < argumentID; ++i) 277 param[i] = this->getToken(std::min(this->getNumberOfArguments(), max) - i - 1);277 param[i] = this->getToken(std::min(this->getNumberOfArguments(), (unsigned int)max) - i - 1); 278 278 279 279 if (this->getNumberOfArguments() > max)
Note: See TracChangeset
for help on using the changeset viewer.