From 962ba482fd7bba97cf13a96105503efff4dcb88a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 17 Jun 1998 14:36:02 +0000 Subject: Use '%I' instead of dirty address printing hacks. --- nest/rt-attr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nest/rt-attr.c') diff --git a/nest/rt-attr.c b/nest/rt-attr.c index d6a5723..fa92d66 100644 --- a/nest/rt-attr.c +++ b/nest/rt-attr.c @@ -144,9 +144,9 @@ rta_dump(rta *a) debug(" EXT"); if (a->flags & RTF_TAGGED) debug(" TAG"); - debug(" <-%08x", _I(a->from)); + debug(" <-%I", a->from); if (a->dest == RTD_ROUTER) - debug(" ->%08x", _I(a->gw)); + debug(" ->%I", a->gw); if (a->dest == RTD_DEVICE || a->dest == RTD_ROUTER) debug(" [%s]", a->iface->name); } -- cgit v1.2.3