Fixes for DTSC metadata handling

This commit is contained in:
Thulinma 2021-01-22 01:02:40 +01:00
parent f862263354
commit 63acbb1ddb
12 changed files with 235 additions and 71 deletions

View file

@ -832,7 +832,9 @@ namespace Util{
if (*hdrPresent >= amount){
*hdrPresent -= amount; // decrease records present
}else{
BACKTRACE;
WARN_MSG("Depleting recordCount!");
exit(1);
*hdrPresent = 0;
}
}