]> git.droids-corp.org - dpdk.git/blobdiff - app/cmdline_test/commands.c
e1000: support port hotplug
[dpdk.git] / app / cmdline_test / commands.c
index 66c8fb9f082f69631e170617332d291b5a6457ab..404f51af6f57e18d4bf993cd8747d05ddc876339 100644 (file)
@@ -321,7 +321,7 @@ cmd_get_history_bufsize_parsed(__attribute__((unused)) void *parsed_result,
                struct cmdline *cl,
                __attribute__((unused)) void *data)
 {
-       cmdline_printf(cl, "History buffer size: %u\n",
+       cmdline_printf(cl, "History buffer size: %zu\n",
                        sizeof(cl->rdl.history_buf));
 }