mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
- ByteVector::operator> seemed flawed to me
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@294934 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
d6aeb26c98
commit
2ac52bceee
@ -545,7 +545,7 @@ bool ByteVector::operator<(const ByteVector &v) const
|
||||
|
||||
bool ByteVector::operator>(const ByteVector &v) const
|
||||
{
|
||||
return !operator<(v);
|
||||
return v < *this;
|
||||
}
|
||||
|
||||
ByteVector ByteVector::operator+(const ByteVector &v) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user