X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/35a1310799bfba288223980916859db4193c68d6..c2d6a5db5b15f08b9e858e3fcf1e6847aaebe26b:/print-zephyr.c diff --git a/print-zephyr.c b/print-zephyr.c index d2fbf4d0..10aaf216 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -119,7 +119,7 @@ z_triple(const char *class, const char *inst, const char *recipient) { if (!*recipient) recipient = "*"; - nd_snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient); + snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient); z_buf[sizeof(z_buf)-1] = '\0'; return z_buf; }