mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 16:12:36 +02:00
parent
08ac633cb7
commit
bc70d6ed36
@ -216,7 +216,7 @@ end;
|
||||
function TCustomSynMemo.RowColToCharIndex(RowCol: TPoint): integer;
|
||||
var
|
||||
i: integer;
|
||||
e: Char;
|
||||
e: string;
|
||||
LineEndLen: Integer;
|
||||
begin
|
||||
Result := 0;
|
||||
|
Loading…
Reference in New Issue
Block a user