Browse Source

* 64bit fix

peter 21 years ago
parent
commit
7559d7050e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fcl/image/fpimgcmn.pp

+ 1 - 1
fcl/image/fpimgcmn.pp

@@ -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;