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/match.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cooker/match.c') diff --git a/cooker/match.c b/cooker/match.c index 593cd55..c53a456 100644 --- a/cooker/match.c +++ b/cooker/match.c @@ -103,6 +103,7 @@ static union value parse_field(struct gluten_ctx *g, offset.offset += f->offset; switch (f->type) { + case USHORT: case INT: case LONG: case U32: -- cgit v1.2.3