mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Fix %<something>I format strings.
This commit is contained in:
@@ -836,7 +836,7 @@ ospf_sh(struct proto *p)
|
||||
cli_msg(-1014,"\t\tArea networks:");
|
||||
WALK_LIST(anet, oa->net_list)
|
||||
{
|
||||
cli_msg(-1014,"\t\t\t%18I/%u\t%s", anet->net, anet->mlen,
|
||||
cli_msg(-1014,"\t\t\t%1I/%u\t%s", anet->net, anet->mlen,
|
||||
anet->hidden ? "Hidden" : "Advertise");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user