Changeset 5928 for source/ariba
- Timestamp:
- Aug 13, 2009, 2:39:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.cpp
r5927 r5928 230 230 if (ld->routeRecord.size()>0) { 231 231 for (size_t i=1; i<ld->routeRecord.size(); i++) 232 s << ld->routeRecord[ routeRecord.size()-i-1].toString().substr(0,4) << ".. ";232 s << ld->routeRecord[ld->routeRecord.size()-i-1].toString().substr(0,4) << ".. "; 233 233 } else { 234 234 s << "Direct";
Note:
See TracChangeset
for help on using the changeset viewer.