mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Comment
This commit is contained in:
parent
b1231b3daa
commit
56a1b37ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -851,7 +851,7 @@ function TViewerControl.GetStartOfLine(aPosition: PtrInt): PtrInt;
|
|||
Dec(tmpPos, CharLenInBytes);
|
||||
end;
|
||||
|
||||
// Previous end of line not found and there are no more lines to check.
|
||||
// Previous end of line not found and there are no more data to check.
|
||||
if (not (prevChar in [10, 13])) and (tmpPos <= FLowLimit) then
|
||||
Exit(FLowLimit);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue