Commit 6caa36c
Philip Oakley
zlib.c, packfile.h,config.mak.uname: deflateBound size coercion
The zlib deflateBound() 'size' variable is 32 bits on Windows, but
64 bits on Linux and hence needs careful selection a-priori of
NO_DEFLATE_BOUND on Windows.
Signed-off-by: Philip Oakley <philipoakley@iee.org>1 parent 28ec3d7 commit 6caa36c
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| 427 | + | |
| 428 | + | |
427 | 429 | | |
428 | 430 | | |
429 | 431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
| |||
0 commit comments