mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Compiling under 64 bit
This commit is contained in:
parent
b4664cf31f
commit
65df20cb4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue