r290 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Tue Jul 4 11:21:34 CEST 2006


Author: phk
Date: 2006-07-04 11:21:33 +0200 (Tue, 04 Jul 2006)
New Revision: 290

Modified:
   trunk/varnish-cache/lib/libvcl/vcl_compile.c
Log:
Add missing '%'


Modified: trunk/varnish-cache/lib/libvcl/vcl_compile.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcl_compile.c	2006-07-03 19:45:12 UTC (rev 289)
+++ trunk/varnish-cache/lib/libvcl/vcl_compile.c	2006-07-04 09:21:33 UTC (rev 290)
@@ -1676,7 +1676,7 @@
 				pos++;
 		
 		}
-		Fc(tl, 0, "  [%3u] = { %4u, %3u, 0, \"T\" },\n",
+		Fc(tl, 0, "  [%3u] = { %4u, %3u, 0, \"%T\" },\n",
 		    t->cnt, lin, pos + 1, t);
 	}
 	Fc(tl, 0, "};\n");




More information about the varnish-commit mailing list