IDE: debugger: fixed output console

git-svn-id: trunk@59612 -
This commit is contained in:
mattias 2018-11-20 21:11:01 +00:00
parent faeb5f30ec
commit 5b20825a23

View File

@ -619,7 +619,7 @@ var
begin
Result:=str;
j:=length(result)+1;
j:=length(result);
for i := Length(str) downto 1 do
begin
case str[i] of