diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-13 17:29:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-13 17:29:13 +0100 |
| commit | 46d4173180f54450e819a0edcdac0ea76b219fde (patch) | |
| tree | b016bd17be0390e77b2022d746e88950bdc59d59 /src/cpl.cc | |
| parent | 04a0f5faeedab4d28e551751d8f81582f415c552 (diff) | |
Continue with comparison even if lengths differ.
Diffstat (limited to 'src/cpl.cc')
| -rw-r--r-- | src/cpl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -305,9 +305,7 @@ CPL::equals (CPL const & other, EqualityOptions opt, boost::function<void (NoteT if (_length != other._length) { stringstream s; - s << "lengths differ (" << _length << " cf " << other._length << ")"; note (ERROR, String::compose ("lengths differ (%1 vs %2)", _length, other._length)); - return false; } if (_reels.size() != other._reels.size()) { |
