Created
May 4, 2011 18:20
-
-
Save frostney/955708 to your computer and use it in GitHub Desktop.
How to get BESEN (Revision: 145) to work with FreePascal 2.4.x: Replace line 1280 with the following in BESENObject.pas. Thanks to BeRo for the hint.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hash:=((Hash-TBESENUINT32(Integer(Prop^.Attributes))) xor TBESENUINT32(Integer(Prop^.Presents)))*1664525; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment