ncompress/ncompress-4.2.4.4-2GB.patch
2021-02-02 18:21:22 +08:00

17 lines
340 B
Diff

diff --git a/compress42.c b/compress42.c
index 5d5f049..2807058 100644
--- a/compress42.c
+++ b/compress42.c
@@ -1355,7 +1355,7 @@ compress(fdin, fdout)
REG11 int boff;
REG12 int n_bits;
REG13 int ratio;
- REG14 long checkpoint;
+ REG14 unsigned long long checkpoint;
REG15 code_int extcode;
union
{
--
1.8.3.1