* 64bit fix

This commit is contained in:
peter 2004-05-02 21:12:55 +00:00
parent 7f5711e17f
commit 7559d7050e

View File

@ -112,7 +112,7 @@ begin
begin
t := (byte(result) xor d^);
result := CRCtable[t] xor (result shr 8);
inc (longword(d));
inc (d);
end;
end;