From 3b9f21c6c3f06fd5049aa43f116906417d92e11f Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Mon, 5 Jun 2023 16:54:12 +0200 Subject: cooker: use unsigned short for family with connect --- cooker/gluten.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cooker/gluten.c') diff --git a/cooker/gluten.c b/cooker/gluten.c index 01c2369..cb9ecfb 100644 --- a/cooker/gluten.c +++ b/cooker/gluten.c @@ -13,6 +13,7 @@ #include "util.h" size_t gluten_size[TYPE_COUNT] = { + [USHORT] = sizeof(unsigned short), [INT] = sizeof(int), [U32] = sizeof(uint32_t), [U64] = sizeof(uint64_t), -- cgit v1.2.3