Skip to content

Instantly share code, notes, and snippets.

@frostney
Created May 4, 2011 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frostney/955708 to your computer and use it in GitHub Desktop.
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.
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