Commit e109aab0 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Flexelinting

parent 2bc56a4b
......@@ -170,7 +170,7 @@ vmod_integer(VRT_CTX, struct VARGS(integer) *a)
p = a->s;
r = SF_Parse_Number(&p, 0, &errtxt);
if (!errno && *p == '\0' && modf(r, &tmp) == 0.0)
return (r);
return ((VCL_INT)r);
r = NAN;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment