From b72cafcf53d81097a3455085f6aaf989d8b2edab Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 23 Feb 1999 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1999-02-23 --- ip/ipifc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/ipifc.c b/ip/ipifc.c index 27b89ee1df90d3cce88bc68b67f4427b8c46c6a5..573b6656e97e74ac4ab0329c2a0bdc41c561ca4f 100644 --- a/ip/ipifc.c +++ b/ip/ipifc.c @@ -208,7 +208,7 @@ ipifcstate(Conv *c, char *state, int n) ifc = (Ipifc*)c->ptcl; - m = snprint(state, n, "%-12.12s %-5d", ifc->dev, ifc->maxmtu); + m = snprint(state, n, "%-12s %-5d", ifc->dev, ifc->maxmtu); rlock(ifc); for(lifc = ifc->lifc; lifc && n > m; lifc = lifc->next)