From 0d48067b828c78732fdf51981f254016933d4091 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Thu, 26 Sep 2024 23:13:41 +0100 Subject: [PATCH] Sneak in the 32bit fixes --- debian/patches/ftbfs-gcc14.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/ftbfs-gcc14.patch b/debian/patches/ftbfs-gcc14.patch index 38a656c..1f9b9d8 100644 --- a/debian/patches/ftbfs-gcc14.patch +++ b/debian/patches/ftbfs-gcc14.patch @@ -5,7 +5,7 @@ UINT rlen; - UINT outlen; -+ long outlen; ++ size_t outlen; memcpy(&rlen, &Decoded[5], 4);