fix zlib source path in patch file

This commit is contained in:
Tobias Girstmair 2025-05-15 20:21:33 +02:00
commit d1654ad6ec

View file

@ -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 */