Changeset 1366 for branches/0.9-stable/lib/Configuration.cc
- Timestamp:
- Jun 10, 2011, 4:13:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9-stable/lib/Configuration.cc
r1344 r1366 334 334 } 335 335 } 336 else if (section == "svn _props") {336 else if (section == "svn-props") { 337 337 svn_props_.push_back(std::make_pair(lhs, empty_str_map_)); 338 338 std::vector<std::string> vec;
Note: See TracChangeset
for help on using the changeset viewer.