mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-05 08:48:03 +00:00
Fix a bug in RangeSet::clearValue
This commit is contained in:
@@ -120,8 +120,7 @@ void RangeSet::clearValue (uint32 v)
|
||||
mRanges.erase (it);
|
||||
else
|
||||
{
|
||||
mRanges[v + 1] = it->second;
|
||||
it->second = v - 1;
|
||||
++ (it->first);
|
||||
}
|
||||
}
|
||||
else if (it->second == v)
|
||||
|
||||
Reference in New Issue
Block a user