From: Guy Harris Date: Fri, 3 Jul 2020 07:19:23 +0000 (-0700) Subject: Fix test printout. X-Git-Tag: libpcap-1.10-bp~87 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/bd9be1938a2ffc79370768867d44aabc05c4655f Fix test printout. Again, no Travis. [skip ci] --- diff --git a/pcap-npf.c b/pcap-npf.c index 767936ec..a7222945 100644 --- a/pcap-npf.c +++ b/pcap-npf.c @@ -116,7 +116,7 @@ pcap_xyzzy_version(void) char *full_pcap_version_string; if (pcap_asprintf(&full_pcap_version_string, - WINPCAP_PRODUCT_NAME " version " WINPCAP_VER_STRING " (packet.dll version %s), based on " PCAP_VERSION_STRING " blah blah blah %s %s", + "blah blah blah %s %s %s", packet_version_string, packet_LPCSTR, packet_const_char_star) != -1) { /* Success */