mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: GuessLineBreakStyle function
This commit is contained in:
parent
edc7c74d2b
commit
def6ba2bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -1204,7 +1204,7 @@ begin
|
|||
Start:= PAnsiChar(S);
|
||||
Finish:= Start + Length(S);
|
||||
Current:= Start;
|
||||
while Current + 2 < Finish do
|
||||
while Current < Finish do
|
||||
begin
|
||||
case Current[0] of
|
||||
#10, #13:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue