From fe5248717faa1c99a4d0c761fa8da63afffc5d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 17 Dec 2021 20:05:19 +0000 Subject: Replace g_snprintf() with snprintf() Use macros from inttypes.h with format strings. --- extcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extcap.c') diff --git a/extcap.c b/extcap.c index 3c3975ac7b..45f6405fce 100644 --- a/extcap.c +++ b/extcap.c @@ -1534,7 +1534,7 @@ static gboolean extcap_create_pipe(const gchar *ifname, gchar **fifo, HANDLE *ha } else { - ws_debug("Wireshark Created pipe =>(%s) handle (%" G_GUINTPTR_FORMAT ")", pipename, *handle_out); + ws_debug("Wireshark Created pipe =>(%s) handle (%" PRIuPTR ")", pipename, *handle_out); *fifo = g_strdup(pipename); } -- cgit v1.2.3