Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7321 in orxonox.OLD


Ignore:
Timestamp:
Apr 17, 2006, 1:20:18 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed minor bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/substring.cc

    r7320 r7321  
    205205  {
    206206    std::string retVal = this->strings[0];
    207     for (unsigned int i = 0; i < this->strings.size(); i++)
     207    for (unsigned int i = 1; i < this->strings.size(); i++)
    208208      retVal += delimiter + this->strings[i];
    209209    return retVal;
Note: See TracChangeset for help on using the changeset viewer.