mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix a bug in RangeSet::clearValue
This commit is contained in:
@@ -162,9 +162,13 @@ void RangeSet::clearValue (uint32 v)
|
||||
}
|
||||
else
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
uint32 oldEnd = it->second;
|
||||
mRanges.erase(it);
|
||||
mRanges[v + 1] = oldEnd;
|
||||
=======
|
||||
++ (it->first);
|
||||
>>>>>>> 89b4d70... Fix a bug in RangeSet::clearValue
|
||||
}
|
||||
}
|
||||
else if (it->second == v)
|
||||
|
||||
Reference in New Issue
Block a user