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