From: phk Date: Tue, 4 Jul 2006 09:21:33 +0000 (+0000) Subject: Add missing '%' X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e912c7d63e4e9d5e058e0a9dd2f6edb36eeb5559;p=varnish Add missing '%' git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@290 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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");