]> err.no Git - varnish/commitdiff
The final piece of the double -> string puzzle.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 4 Mar 2008 09:29:54 +0000 (09:29 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 4 Mar 2008 09:29:54 +0000 (09:29 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2549 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_string.c

index 25d3c53db98745b6d423b1a552a93c42a4c0628e..082bbd71ed944c4689f4bbb077349c616129c270 100644 (file)
@@ -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",