codetools: fixed ChangeLineEndings

git-svn-id: trunk@47834 -
This commit is contained in:
mattias 2015-02-16 21:17:34 +00:00
parent 2c38fa14fc
commit dd8f801514

View File

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