From d1654ad6ecd40c87912e7f09b946d082e0fa63c4 Mon Sep 17 00:00:00 2001 From: Tobias Girstmair Date: Thu, 15 May 2025 20:21:33 +0200 Subject: [PATCH] fix zlib source path in patch file --- remove-ub-in-zlib.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remove-ub-in-zlib.patch b/remove-ub-in-zlib.patch index 1970fbe..5c46d36 100644 --- a/remove-ub-in-zlib.patch +++ b/remove-ub-in-zlib.patch @@ -17,8 +17,8 @@ to avoid the possibility of undefined behavior. diff --git a/inftrees.c b/inftrees.c index 22fcd6666..0d2670d57 100644 ---- a/inftrees.c -+++ b/inftrees.c +--- a/zlib/inftrees.c ++++ b/zlib/inftrees.c @@ -54,7 +54,7 @@ unsigned short FAR *work; code FAR *next; /* next available space in table */ const unsigned short FAR *base; /* base value table to use */