From e43ae6330eaf349eafe6820465c85266eef80e07 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 19 Aug 2001 11:15:24 +0000 Subject: Fix %I format strings. --- proto/static/static.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/static/static.c') diff --git a/proto/static/static.c b/proto/static/static.c index eb6c1c1..c532479 100644 --- a/proto/static/static.c +++ b/proto/static/static.c @@ -150,7 +150,7 @@ static_neigh_notify(struct neighbor *n) static void static_dump_rt(struct static_route *r) { - debug("%16I/%2d: ", r->net, r->masklen); + debug("%-1I/%2d: ", r->net, r->masklen); switch (r->dest) { case RTD_ROUTER: -- cgit v1.2.3