]> git.proxmox.com Git - mirror_frr.git/commitdiff
ospfd: Fix arm compile issue
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 10 Oct 2016 23:35:43 +0000 (19:35 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 10 Oct 2016 23:51:01 +0000 (19:51 -0400)
size_t printf formatter is %zd!

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospfd/ospf_spf.c

index 5f8ef6f993ce162f1c58c1a43ef172be34e5ea1b..5dfd41dd1e28cce5e4f7b15a726c53658bbd162e 100644 (file)
@@ -1283,7 +1283,7 @@ ospf_spf_calculate (struct ospf_area *area, struct route_table *new_table,
   area->ts_spf = area->ospf->ts_spf;
 
   if (IS_DEBUG_OSPF_EVENT)
-    zlog_debug ("ospf_spf_calculate: Stop. %ld vertices",
+    zlog_debug ("ospf_spf_calculate: Stop. %zd vertices",
                 mtype_stats_alloc(MTYPE_OSPF_VERTEX));
 
   /* Free SPF vertices, but not the list. List has ospf_vertex_free