variables: correct minimum float value
commitc95d5fbea2122ac471f8aee86ee9f1cafeddeb00
authorVictorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
Wed, 21 Jun 2017 14:12:00 +0000 (21 16:12 +0200)
committerThomas Guillem <thomas@gllm.fr>
Thu, 22 Jun 2017 07:14:11 +0000 (22 09:14 +0200)
tree01bcb91d46f5a87ec82ac52568cd39c1a59bc481
parentde5e761dea395471fe5fbda2a5e7212bb309843a
variables: correct minimum float value

FLT_MIN is the minimum normalized positive floating-point value not the minimum
negative value a float can contain. This is very different.  This fixes the
issue with the adjust's hue variable, which has a range of [-180;180]. When the
variable was set lower than 0, it was clipped back to zero.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
src/misc/variables.c