From 0ab9da9bc3c6cdaef00b7202ba03eff917b44c95 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sun, 19 Jan 2025 15:32:10 -0700 Subject: lib9p: Use --- lib9p/9p.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib9p/9p.c') diff --git a/lib9p/9p.c b/lib9p/9p.c index 5bea9f9..51ff2eb 100644 --- a/lib9p/9p.c +++ b/lib9p/9p.c @@ -125,7 +125,7 @@ ssize_t _lib9p_validate(uint8_t xxx_low_typ_bit, /* Inspect the first 5 bytes ourselves. */ struct _validate_ctx subctx = { .ctx = ctx, - .net_size = decode_u32le(net_bytes), + .net_size = uint32le_decode(net_bytes), .net_bytes = net_bytes, .net_offset = 0, -- cgit v1.2.3-2-g168b