Changeset 1604 for branches/0.10-stable/lib/SVNproperty.cc
- Timestamp:
- Jul 10, 2020, 5:50:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10-stable/lib/SVNproperty.cc
r1515 r1604 100 100 trim(first); 101 101 std::string second; 102 bool found_dash = getline(ss2, second) ;102 bool found_dash = getline(ss2, second).good(); 103 103 trim(second); 104 104 yat::utility::Segment<svn_revnum_t> rev_interval;
Note: See TracChangeset
for help on using the changeset viewer.