core: Fix float config variables lower bound
commit775e88f6219054616c7291fd3572e2ec58eb9cfb
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Wed, 23 Aug 2017 09:02:24 +0000 (23 11:02 +0200)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Wed, 23 Aug 2017 09:02:24 +0000 (23 11:02 +0200)
tree26dce6fdcd78eac5c349b2810af4a574559f3348
parent954ec0a4e9e3292353f5d35e3c98b37513579b2e
core: Fix float config variables lower bound

This is a follow-up of c95d5fbea2122ac471f8aee86ee9f1cafeddeb00
FLT_MIN isn't the minimum floating point value, but the minimum
normalized positive value of a float
src/modules/entry.c