core: region_processor: fix crash due to incorrect counting in info message

Fixes #52
This commit is contained in:
Matthias Schiffer 2024-06-14 16:02:56 +02:00
parent d435643cfc
commit 66189d279c
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
4 changed files with 47 additions and 34 deletions

View file

@ -2,6 +2,13 @@
## [Unreleased] - ReleaseDate
### Fixed
- Fix crash due to incorrect counting in info message
The calculation of the number of skipped regions could underflow when more invalid than valid
regions were encountered.
## [2.1.0] - 2024-01-27
### Added