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

Convert REAL to string as needed.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5420 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 859fcdc6
......@@ -362,6 +362,7 @@ vcc_expr_tostring(struct expr **e, enum var_type fmt)
case INT: p = "VRT_int_string(sp, \v1)"; break;
case IP: p = "VRT_IP_string(sp, \v1)"; break;
case TIME: p = "VRT_time_string(sp, \v1)"; break;
case REAL: p = "VRT_double_string(sp, \v1)"; break;
case DURATION: p = "VRT_double_string(sp, \v1)"; break;
/* XXX: should have "s" suffix ? */
default: break;
......
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