Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37708699
en ru br
ALT Linux repos
S:2.17-alt3_71

Group :: Games/Other
RPM: bsd-games

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: bsd-games-2.17-adventurecrc.patch
Download


--- adventure/crc.c.orig	2003-12-17 03:47:37.000000000 +0100
+++ adventure/crc.c	2011-06-06 12:11:57.284547083 +0200
@@ -131,6 +131,7 @@
 					step = 0;
 			}
 			crcval = (crcval << 8) ^ crctab[i];
+			crcval &= 0xffffffff;	/* Mask to 32 bits. */
 		}
-	return crcval & 0xffffffff;	/* Mask to 32 bits. */
+	return crcval;
 }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin