mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 01:41:22 +02:00
IDE: debugger: fixed output console
git-svn-id: trunk@59612 -
This commit is contained in:
parent
faeb5f30ec
commit
5b20825a23
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user