Merge citrix branch into master.
[openvswitch] / utilities / ovs-ofctl.c
index 665a2c7a658e318175048912bd10e75eae279960..ec8a0e1e55e005c584d071b73cf0f19eec5e100c 100644 (file)
@@ -1137,7 +1137,7 @@ do_ping(const struct settings *s UNUSED, int argc, char *argv[])
             printf("Reply:\n");
             ofp_print(stdout, reply, reply->size, 2);
         }
-        printf("%d bytes from %s: xid=%08"PRIx32" time=%.1f ms\n",
+        printf("%zu bytes from %s: xid=%08"PRIx32" time=%.1f ms\n",
                reply->size - sizeof *rpy_hdr, argv[1], rpy_hdr->xid,
                    (1000*(double)(end.tv_sec - start.tv_sec))
                    + (.001*(end.tv_usec - start.tv_usec)));