Fixes to MistOutSanityCheck utility

This commit is contained in:
Thulinma 2023-10-09 18:01:27 +02:00
parent 431d03c733
commit 4d3f86aec1
3 changed files with 126 additions and 95 deletions

View file

@ -3430,7 +3430,6 @@ namespace DTSC{
}
void Keys::applyLimiter(uint64_t _min, uint64_t _max, DTSC::Parts _p){
// Determine first and last key available within the limits
// Note: limMax replaces getEndValid(), and is thus one _past_ the end key index!
limMin = getFirstValid();