mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:39:20 +02:00
codetools: fixed ChangeLineEndings
git-svn-id: trunk@47834 -
This commit is contained in:
parent
2c38fa14fc
commit
dd8f801514
@ -255,7 +255,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
inc(p);
|
inc(Src);
|
||||||
end;
|
end;
|
||||||
until false;
|
until false;
|
||||||
SetLength(Result,NewLength);
|
SetLength(Result,NewLength);
|
||||||
|
Loading…
Reference in New Issue
Block a user