Improvements to MistUtilRAX
This commit is contained in:
parent
75642d6d73
commit
0d956dca26
2 changed files with 4 additions and 3 deletions
|
@ -569,6 +569,8 @@ namespace Util{
|
|||
std::stringstream r;
|
||||
uint64_t delled = getDeleted();
|
||||
uint64_t max = getEndPos();
|
||||
if (max - delled > getRCount()){max = delled + getRCount();}
|
||||
if (max == 0){max = getRCount();}
|
||||
r << std::string(indent, ' ') << "RelAccX: " << getRCount() << " x " << getRSize() << "b @"
|
||||
<< getOffset() << " (#" << getDeleted() << " - #" << getEndPos() - 1 << ")" << std::endl;
|
||||
for (uint64_t i = delled; i < max; ++i){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue