fix zlib source path in patch file
This commit is contained in:
parent
03e72d27f1
commit
d1654ad6ec
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue