From df968040f6b0f9eb83aa9c9eb4b4d6dcee6a384a Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 1 Jun 2000 12:17:08 +0000 Subject: Print tag unsigned rather then signed. --- proto/ospf/ospf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index bc9a636..f459ddb 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -288,7 +288,7 @@ ospf_get_route_info(rte *rte, byte *buf, ea_list *attrs) rte->u.ospf.metric2); if(rte->attrs->source==RTS_OSPF_EXT) { - buf += bsprintf(buf, " [%d]", rte->u.ospf.tag); + buf += bsprintf(buf, " [%u]", rte->u.ospf.tag); } } -- cgit v1.2.3