Fixes for DTSC metadata handling
This commit is contained in:
parent
f862263354
commit
63acbb1ddb
12 changed files with 235 additions and 71 deletions
|
|
@ -832,7 +832,9 @@ namespace Util{
|
|||
if (*hdrPresent >= amount){
|
||||
*hdrPresent -= amount; // decrease records present
|
||||
}else{
|
||||
BACKTRACE;
|
||||
WARN_MSG("Depleting recordCount!");
|
||||
exit(1);
|
||||
*hdrPresent = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue