Wireless Daemon for Linux
 help / color / mirror / Atom feed
* [PATCH] dpp: use %zu for printing size_t
@ 2022-01-05 19:50 James Prestwood
  0 siblings, 0 replies; only message in thread
From: James Prestwood @ 2022-01-05 19:50 UTC (permalink / raw)
  To: iwd 

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

---
 src/dpp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dpp.c b/src/dpp.c
index 9eb1d642..dedbd3b2 100644
--- a/src/dpp.c
+++ b/src/dpp.c
@@ -1272,7 +1272,7 @@ static void authenticate_request(struct dpp_sm *dpp, const uint8_t *from,
 	}
 
 	if (i_nonce_len != dpp->nonce_len) {
-		l_debug("I-Nonce has unexpected length %lu", i_nonce_len);
+		l_debug("I-Nonce has unexpected length %zu", i_nonce_len);
 		goto auth_request_failed;
 	}
 
-- 
2.31.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-05 19:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-05 19:50 [PATCH] dpp: use %zu for printing size_t James Prestwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox