Mailing List Archive

r2549 - trunk/varnish-cache/lib/libvcl
Author: des
Date: 2008-03-04 10:29:54 +0100 (Tue, 04 Mar 2008)
New Revision: 2549

Modified:
trunk/varnish-cache/lib/libvcl/vcc_string.c
Log:
The final piece of the double -> string puzzle.


Modified: trunk/varnish-cache/lib/libvcl/vcc_string.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_string.c 2008-03-04 08:54:53 UTC (rev 2548)
+++ trunk/varnish-cache/lib/libvcl/vcc_string.c 2008-03-04 09:29:54 UTC (rev 2549)
@@ -145,6 +145,9 @@
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",