r2549 - trunk/varnish-cache/lib/libvcl

des at projects.linpro.no des at projects.linpro.no
Tue Mar 4 10:29:54 CET 2008


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",




More information about the varnish-commit mailing list