Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/stats.c: fix double assignment to stats->min
Fixes defect reported by coverity: | CID 1475713 (#1 of 1): Unused value (UNUSED_VALUE) | assigned_value: Assigning value 1.79769e+308 to stats->min here, but that stored value is overwritten before it can be used. Signed-off-by: Enrico Joerns <[email protected]>
- Loading branch information