Commit aa7382b1 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

The final piece of the double -> string puzzle.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2549 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b78630d8
......@@ -145,6 +145,9 @@ vcc_StringVal(struct tokenlist *tl)
case INT:
Fb(tl, 0, "VRT_int_string(sp, %s)", vp->rname);
break;
case FLOAT:
Fb(tl, 0, "VRT_double_string(sp, %s)", vp->rname);
break;
default:
vsb_printf(tl->sb,
"String representation of '%s' not implemented yet.\n",
......
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