2021-02-02 18:21:22 +08:00
|
|
|
diff --git a/compress42.c b/compress42.c
|
|
|
|
|
index 2807058..1d9e375 100644
|
|
|
|
|
--- a/compress42.c
|
|
|
|
|
+++ b/compress42.c
|
|
|
|
|
@@ -468,7 +468,7 @@ typedef unsigned char char_type;
|
2019-09-30 11:09:28 -04:00
|
|
|
|
|
|
|
|
union bytes
|
|
|
|
|
{
|
|
|
|
|
- long word;
|
|
|
|
|
+ int word;
|
|
|
|
|
struct
|
|
|
|
|
{
|
|
|
|
|
#if BYTEORDER == 4321
|
2021-02-02 18:21:22 +08:00
|
|
|
--
|
|
|
|
|
1.8.3.1
|
|
|
|
|
|