From 3f3599106d796c84ea81f537da3f274451ff6eff Mon Sep 17 00:00:00 2001 From: Un1q32 Date: Fri, 25 Apr 2025 01:59:55 -0400 Subject: [PATCH] nit --- oc2rnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oc2rnet.c b/oc2rnet.c index e1b2111..31d017b 100644 --- a/oc2rnet.c +++ b/oc2rnet.c @@ -11,7 +11,7 @@ #if defined(__linux__) || defined(__APPLE__) #ifndef __linux__ -static uint16_t checksum(void *b, int len) { +static uint16_t checksum(void *b, size_t len) { uint16_t *buf = b; uint32_t sum = 0;