Module Name: src Committed By: dholland Date: Sat Jan 7 18:08:35 UTC 2012
Modified Files: src/games/adventure: crc.c Log Message: Make this not crash on machines that are (a) 64 bit, or (b) have signed chars by default (i.e., almost all machines). Makes it possible to save the game. This has been broken since 4.4 and probably ever since the FORTRAN -> C translation. Crash reported by Petri Laakso in private mail. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/adventure/crc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.