Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7286


Ignore:
Timestamp:
Aug 31, 2010, 10:09:12 AM (14 years ago)
Author:
dafrick
Message:

Now compiles under linux (ubuntu 10.04) as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/command/CommandEvaluation.cc

    r7284 r7286  
    275275
    276276            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);
    278278
    279279            if (this->getNumberOfArguments() > max)
Note: See TracChangeset for help on using the changeset viewer.