Changeset 36544 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Apr 4, 2011 5:59:31 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70972
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/ministring.cpp
r36532 r36544 370 370 for (size_t i = 0; i < a_rList.size() - 1; ++i) 371 371 strRet += a_rList.at(i) + a_rstrSep; 372 } 373 if (a_rList.size() > 0) 372 374 strRet += a_rList.last(); 373 }374 375 375 376 return strRet;
Note:
See TracChangeset
for help on using the changeset viewer.