FIX: Compiling under 64 bit

(cherry picked from commit 65df20cb4b)
This commit is contained in:
Alexander Koblov 2022-01-29 16:48:32 +03:00
commit fe41de0fbd

View file

@ -1673,7 +1673,7 @@ procedure TViewerControl.WriteText;
var
yIndex, xIndex, w, i: Integer;
LineStart, iPos: PtrInt;
CharLenInBytes: PtrInt;
CharLenInBytes: Integer;
DataLength: PtrInt;
sText: String;
begin