X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/219be8dc262a06dce6ab4d8716f4f7cc2b0b1ae7..39f09d68ce7ebe9e229c9bf5209bfc30a8f51064:/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)); }