Changeset 517
- Timestamp:
- Dec 12, 2007, 12:23:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Configuration.cc
r516 r517 293 293 i!=dic.second.end(); ++i) { 294 294 if (*i == '$') { 295 std::stringstream ss(std::string(i , dic.second.end()));295 std::stringstream ss(std::string(i+1, dic.second.end())); 296 296 size_t n = 0; 297 297 ss >> n;
Note: See TracChangeset
for help on using the changeset viewer.