This commit is contained in:
JonDeen 2015-06-09 19:27:14 +02:00
parent 3d522eb235
commit 46d29b467d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ vips_sRGB2HSV_line( VipsColour *colour, VipsPel *out, VipsPel **in, int width )
c_max = p[0];
c_min = p[2];
secondary_diff = p[1] - p[2];
wrap_around_hue = 0f;
wrap_around_hue = 0.0f;
} else {
c_max = p[1];
c_min = VIPS_MIN(p[2], p[0]);