mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 03:35:57 +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
|
begin
|
||||||
Result:=str;
|
Result:=str;
|
||||||
j:=length(result)+1;
|
j:=length(result);
|
||||||
for i := Length(str) downto 1 do
|
for i := Length(str) downto 1 do
|
||||||
begin
|
begin
|
||||||
case str[i] of
|
case str[i] of
|
||||||
|
Loading…
Reference in New Issue
Block a user