From e912c7d63e4e9d5e058e0a9dd2f6edb36eeb5559 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 4 Jul 2006 09:21:33 +0000 Subject: [PATCH] Add missing '%' git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@290 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvcl/vcl_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/lib/libvcl/vcl_compile.c b/varnish-cache/lib/libvcl/vcl_compile.c index d3ef5ea5..6b733258 100644 --- a/varnish-cache/lib/libvcl/vcl_compile.c +++ b/varnish-cache/lib/libvcl/vcl_compile.c @@ -1676,7 +1676,7 @@ LocTable(struct tokenlist *tl) 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"); -- 2.39.5