Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > be4d9a514d70e66b3403e162def53c05 > files > 2

ncompress-4.2.4.2-2mdv2009.0.src.rpm

--- ncompress-4.2.4/compress42.c.endians	2006-09-19 13:53:58.000000000 +0200
+++ ncompress-4.2.4/compress42.c	2006-09-19 13:57:54.000000000 +0200
@@ -432,7 +432,7 @@
 
 union	bytes
 {
-	long	word;
+	int	word;
 	struct
 	{
 #if BYTEORDER == 4321