X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Fcmdline_test%2Fcommands.c;h=404f51af6f57e18d4bf993cd8747d05ddc876339;hb=0e3d2a9efa4dcfd775140f724abe113a04df68e4;hp=66c8fb9f082f69631e170617332d291b5a6457ab;hpb=3031749c2df04a63cdcef186dcce3781e61436e8;p=dpdk.git diff --git a/app/cmdline_test/commands.c b/app/cmdline_test/commands.c index 66c8fb9f08..404f51af6f 100644 --- a/app/cmdline_test/commands.c +++ b/app/cmdline_test/commands.c @@ -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)); }