LCL: fixed range error (loop variable needs to be integer too)

git-svn-id: trunk@10863 -
This commit is contained in:
vincents 2007-04-04 07:25:54 +00:00
parent ccb0b4e1ea
commit b27dc30a4b

View File

@ -248,7 +248,7 @@ var
UnusedBitsAtEnd: cardinal;
p: PByte;
y: cardinal;
x: cardinal;
x: integer;
UnusedByteMask: Byte; // Alpha Bits should be all set. The Byte at line end
// can contain some unused bits. This mask OR byte at
// line end makes the unsused bits all true.