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/ospf/topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/topology.c') diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index f8a0d4c..2dfe3ac 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -629,7 +629,7 @@ ospf_top_dump(struct top_graph *f, struct proto *p) struct top_hash_entry *e = f->hash_table[i]; while (e) { - OSPF_TRACE(D_EVENTS, "\t%1x %8I %8I %4u 0x%08x", + OSPF_TRACE(D_EVENTS, "\t%1x %-1I %-1I %4u 0x%08x", e->lsa.type, e->lsa.id, e->lsa.rt, e->lsa.age, e->lsa.sn); e = e->next; -- cgit v1.2.3