Changeset 1605
- Timestamp:
- Jul 13, 2020, 2:03:58 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10-stable/lib/SVNproperty.cc
r1604 r1605 4 4 Copyright (C) 2006 Jari Häkkinen 5 5 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 6 Copyright (C) 2010, 2011, 2012 Peter Johansson6 Copyright (C) 2010, 2011, 2012, 2020 Peter Johansson 7 7 8 8 This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 98 98 std::string first; 99 99 getline(ss2, first, '-'); 100 bool found_dash = word.size()>first.size() && word[first.size()]=='-'; 100 101 trim(first); 101 102 std::string second; 102 bool found_dash = getline(ss2, second).good();103 getline(ss2, second); 103 104 trim(second); 104 105 yat::utility::Segment<svn_revnum_t> rev_interval;
Note: See TracChangeset
for help on using the changeset viewer.