]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-zephyr.c
Clean up comments.
[tcpdump] / print-zephyr.c
index d2fbf4d05346d471d9276fc591f141f28099548b..10aaf2166ce99aaa269bfcaee187096775c44c4c 100644 (file)
@@ -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;
 }