From 4249c450a6bc297e4ba8aaf36de14d26858a172f Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Wed, 19 Nov 2008 17:14:58 +0100 Subject: [PATCH] format_time, not format_string --- varnish-cache/lib/libvcl/vcc_string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/lib/libvcl/vcc_string.c b/varnish-cache/lib/libvcl/vcc_string.c index ca5bbbea..b4fded81 100644 --- a/varnish-cache/lib/libvcl/vcc_string.c +++ b/varnish-cache/lib/libvcl/vcc_string.c @@ -147,7 +147,7 @@ vcc_StringVal(struct tokenlist *tl) vcc_NextToken(tl); return (1); } - if (tl->t->tok == ID && vcc_IdIs(tl->t, "format_string")) { + if (tl->t->tok == ID && vcc_IdIs(tl->t, "format_time")) { parse_format_time(tl); return (1); } -- 2.39.5