peter 21 vuotta sitten
vanhempi
commit
7559d7050e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;