mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-30 02:14:27 +01:00
parent
6ee483279c
commit
133e7e53f0
@ -288,7 +288,7 @@ begin
|
|||||||
Inc(FNesting);
|
Inc(FNesting);
|
||||||
if FNesting >= Length(FNodes) then
|
if FNesting >= Length(FNodes) then
|
||||||
SetLength(FNodes, FNesting+8);
|
SetLength(FNodes, FNesting+8);
|
||||||
if Length(FIndent) < 2 * FNesting then
|
if (Length(FIndent)-Length(FLineBreak)) < 2 * FNesting then
|
||||||
begin
|
begin
|
||||||
OldLen := Length(FIndent);
|
OldLen := Length(FIndent);
|
||||||
NewLen := 4 * FNesting;
|
NewLen := 4 * FNesting;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user