From 2faa20591d94d7830aaefee4fa487a8c4d620428 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 7 Jul 2008 21:22:20 +0000 Subject: [PATCH] Nitpicking git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2893 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/vtc_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishtest/vtc_log.c b/varnish-cache/bin/varnishtest/vtc_log.c index c352d3ac..089a5865 100644 --- a/varnish-cache/bin/varnishtest/vtc_log.c +++ b/varnish-cache/bin/varnishtest/vtc_log.c @@ -114,7 +114,7 @@ vtc_dump(struct vtclog *vl, unsigned lvl, const char *pfx, const char *str) vsb_printf(vl->vsb, "%s %-4s %s(null)\n", lead[lvl], vl->id, pfx); else - for(; *str; str++) { + for(; *str != '\0'; str++) { if (nl) { vsb_printf(vl->vsb, "%s %-4s %s| ", lead[lvl], vl->id, pfx); -- 2.39.5