From: des Date: Tue, 4 Mar 2008 09:29:54 +0000 (+0000) Subject: The final piece of the double -> string puzzle. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebdb9b9e13aee9411a49e420573112db4a37ae44;p=varnish The final piece of the double -> string puzzle. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2549 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/lib/libvcl/vcc_string.c b/varnish-cache/lib/libvcl/vcc_string.c index 25d3c53d..082bbd71 100644 --- a/varnish-cache/lib/libvcl/vcc_string.c +++ b/varnish-cache/lib/libvcl/vcc_string.c @@ -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",