mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:49:19 +02:00
* Fix bug #33407, duplicate variable when loading report twice
git-svn-id: trunk@38551 -
This commit is contained in:
parent
62fe64dbb2
commit
6d694051be
@ -8026,6 +8026,7 @@ begin
|
|||||||
E := AReader.FindChild('Variables');
|
E := AReader.FindChild('Variables');
|
||||||
if Assigned(E) then
|
if Assigned(E) then
|
||||||
begin
|
begin
|
||||||
|
Variables.Clear;
|
||||||
AReader.PushElement(E);
|
AReader.PushElement(E);
|
||||||
for i := 0 to AReader.ChildCount-1 do
|
for i := 0 to AReader.ChildCount-1 do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user