1
0
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:
Martin Mares
2001-08-19 11:15:24 +00:00
parent 30b773041c
commit e43ae6330e
6 changed files with 6 additions and 6 deletions

View File

@@ -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");
}
}