From 52e880abaa432105cfe6d8e5b6d8b43a9fe373a4 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 27 Jul 2008 22:40:49 +0000 Subject: [PATCH] do not print nuls in later bits of resolve ends --- hostside/resolve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostside/resolve.c b/hostside/resolve.c index 465e065..34f7b00 100644 --- a/hostside/resolve.c +++ b/hostside/resolve.c @@ -419,7 +419,7 @@ static int constraint_nextseg(TrackLocation *t, struct TrackAdvanceContext *c, DPRINTF(resolving,ends, " constraint_nextseg %c" " %s%s remain=%d dist=INF-%d det=%d ours=%d owner=%s home=%s\n", - "fr"[u->rear], + "frx"[u->rear], t->backwards?"-":"", t->seg->i->pname, t->remain, TL_DIST_INF - c->distance, t->seg->res_detect, -- 2.30.2