codetools: fixed ChangeLineEndings

git-svn-id: branches/fixes_1_4@47835 -
This commit is contained in:
mattias 2015-02-16 21:17:50 +00:00
parent 30c7ebb5d4
commit 4b5f59aee7

View File

@ -255,7 +255,7 @@ begin
end;
end;
else
inc(p);
inc(Src);
end;
until false;
SetLength(Result,NewLength);