Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for negative RecStatus enum values
RecStatus::Type does not work correctly when specified as int8_t or int16_t. Negative values are not translated correctly. Fixed this by changing RecStatus::Type back to plain enum with default type.
- Loading branch information