X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/219be8dc262a06dce6ab4d8716f4f7cc2b0b1ae7..a10ab62bf4f611c63b479df48ab8c9192fa0b281:/print-timed.c diff --git a/print-timed.c b/print-timed.c index 0e4c48e7..ebd0ac8a 100644 --- a/print-timed.c +++ b/print-timed.c @@ -149,5 +149,5 @@ timed_print(netdissect_options *ndo, break; } ND_PRINT(" name "); - (void)nd_printzp(ndo, tsp->tsp_name, sizeof(tsp->tsp_name), NULL); + nd_printjnp(ndo, tsp->tsp_name, sizeof(tsp->tsp_name)); }