Changeset 7321 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
- Apr 17, 2006, 1:20:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/substring.cc
r7320 r7321 205 205 { 206 206 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++) 208 208 retVal += delimiter + this->strings[i]; 209 209 return retVal;
Note: See TracChangeset
for help on using the changeset viewer.