ncompress/ncompress-4.2.4.4-2GB.patch

17 lines
340 B
Diff
Raw Normal View History

2019-09-30 11:09:28 -04:00
diff --git a/compress42.c b/compress42.c
2021-02-02 18:21:22 +08:00
index 5d5f049..2807058 100644
2019-09-30 11:09:28 -04:00
--- a/compress42.c
+++ b/compress42.c
2021-02-02 18:21:22 +08:00
@@ -1355,7 +1355,7 @@ compress(fdin, fdout)
2019-09-30 11:09:28 -04:00
REG11 int boff;
REG12 int n_bits;
REG13 int ratio;
- REG14 long checkpoint;
+ REG14 unsigned long long checkpoint;
REG15 code_int extcode;
union
{
2021-02-02 18:21:22 +08:00
--
1.8.3.1